Twinkle HubTwinkle Hub
Se connecter

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

Voir le changelog complet →

公司董監事查詢

twtools-lookup_company_executives

Spécifique TWMIT

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

Args:
    tax_id: 8 位統一編號。

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

Schéma d'entrée

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

Comment appeler

Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-lookup_company_executives. Demandez-lui simplement de l'appeler — exemple :

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

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

Pas encore configuré un client ?

Claude Desktop en 3 minutes — téléchargez le .mcpb et double-cliquez, ou voir la doc pour les autres clients.

Voir les docs utilisateur