Align legacy county
twtools-align_legacy_county
TW-specificMIT
升格/改制前舊名對齊到現名(高雄縣→高雄市;臺北縣→新北市; 桃園縣→桃園市;台中市→臺中市等)。回傳改制年 + 說明。
Input schema
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "align_legacy_countyArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-align_legacy_county. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-align_legacy_county 處理 "…"。 # It will call: twtools-align_legacy_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