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 government agency code

twtools-lookup_government_agency_code

TW-specificMIT

以代碼或機關名稱查詢台灣政府機關(總統府/五院/中央二級+22 縣市政府)。

Args:
    query: 機關代碼 OR 名稱(含部分匹配,例 "金管會"、"高雄"、"經濟部")。

Input schema

{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "lookup_government_agency_codeArguments",
  "type": "object"
}

How to call

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

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

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