Lookup county basic info
twtools-lookup_county_basic_info
TW-specificMIT
查詢台灣 22 個直轄市/縣市基本資料(人口/面積/首府/ISO/區碼)。 舊名(高雄縣等)會自動對齊到現名。
Input schema
{
"properties": {
"county": {
"title": "County",
"type": "string"
}
},
"required": [
"county"
],
"title": "lookup_county_basic_infoArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_county_basic_info. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_county_basic_info 處理 "…"。 # It will call: twtools-lookup_county_basic_info(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