Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Lookup company branches

tw_lookup_company_branches

TW-specificMIT

以統編查詢公司全部分公司列表(Tier B)。

Args:
    tax_id: 8 位統一編號(母公司)。

Returns: {found, tax_id, branches: [{branch_name, branch_tax_id,
    address, manager, status, setup_date (ISO), last_change_date (ISO)}], count}

Input schema

{
  "properties": {
    "tax_id": {
      "title": "Tax Id",
      "type": "string"
    }
  },
  "required": [
    "tax_id"
  ],
  "title": "lookup_company_branchesArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_lookup_company_branches. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_lookup_company_branches 處理 "…"。

# It will call:
tw_lookup_company_branches(input="…")

Haven't set up a client yet?

Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.

See user docs