Lookup company branches
twtools-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 twtools-lookup_company_branches. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_company_branches 處理 "…"。 # It will call: twtools-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