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 county basic info

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

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

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