行政區三向 lookup
twtools-lookup_administrative_district
TW 專屬MIT57 近 30 天呼叫
三向行政區 lookup:依名稱 / 郵遞區號 / 縣市過濾。 必須至少給 name= 或 postal_code= 一項。
輸入 schema
{
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"postal_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Postal Code"
},
"county": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "County"
}
},
"title": "lookup_administrative_districtArguments",
"type": "object"
}怎麼呼叫
配置好 Twinkle Hub 的 MCP client 後,agent 會看到 twtools-lookup_administrative_district。直接讓它呼叫即可,例如:
# Ask Claude / any MCP client: 請用 twtools-lookup_administrative_district 處理 "…"。 # It will call: twtools-lookup_administrative_district(input="…")
還沒設好 client?
Claude Desktop 各 3 分鐘可接好 — 下載 .mcpb 雙擊即可,或看 docs 各 client 安裝步驟。
看 user 設定文件