Twinkle HubTwinkle Hub
サインイン

📌 2026-06-30 追加: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 データセット)

完全な changelog を見る →

公司名 fuzzy 查統編

twtools-search_company_by_name

TW 専用MIT

以公司名關鍵字 fuzzy 查 → 列出統編候選 (Tier B, 核准設立公司).

Args:
    name: 公司名稱關鍵字 (≥2 字)。
    limit: 上限(default 20, max 100)。

Returns: {found, query, candidates: [{tax_id, company_name, status,
    responsible_name, address, capital_amount}], count}

⚠ 預設只查 status='01' (核准設立) 的活躍公司。要查解散/廢止公司請
改走 lookup_company_by_tax_id (若已知統編) 或 search 後再 filter.

入力スキーマ

{
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "name"
  ],
  "title": "search_company_by_nameArguments",
  "type": "object"
}

呼び出し方

Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-search_company_by_name を見つけます。呼び出しを依頼するだけ — 例:

# Ask Claude / any MCP client:
請用 twtools-search_company_by_name 處理 "…"。

# It will call:
twtools-search_company_by_name(input="…")

まだクライアントを設定していませんか?

Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。

ユーザードキュメントを見る