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

tw_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 tw_lookup_government_agency_code. Just ask it to call — example:

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

# It will call:
tw_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