List districts in county
twtools-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 twtools-list_districts_in_county. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-list_districts_in_county 處理 "…"。 # It will call: twtools-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