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 →

List districts in county

tw_list_districts_in_county

TW-specificMIT

列出指定縣市下所有鄉鎮市區(含 town code + 3 碼郵遞區號)。 舊名 → 現名自動對齊(高雄縣 → 高雄市 等)。

Input schema

{
  "properties": {
    "county": {
      "title": "County",
      "type": "string"
    }
  },
  "required": [
    "county"
  ],
  "title": "list_districts_in_countyArguments",
  "type": "object"
}

How to call

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

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

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