Twinkle HubTwinkle Hub
Sign in

📌 2026-06-30 added: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

View full changelog →

Lookup company executives

twtools-lookup_company_executives

TW-specificMIT

以統編查詢公司董監事名單(Tier B, data.gcis OData API)。

Args:
    tax_id: 8 位統一編號。

Returns: {found, tax_id, executives: [{title, name, shares, represents_company}], count}
    title 例: 董事長 / 董事 / 獨立董事 / 監察人
    shares 為持股數 (int).

Input schema

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

How to call

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

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

# It will call:
twtools-lookup_company_executives(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