行政區三向 lookup
twtools-lookup_administrative_district
TW 専用MIT
三向行政區 lookup:依名稱 / 郵遞區號 / 縣市過濾。 必須至少給 name= 或 postal_code= 一項。
入力スキーマ
{
"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 クライアントが設定済みなら、エージェントは twtools-lookup_administrative_district を見つけます。呼び出しを依頼するだけ — 例:
# Ask Claude / any MCP client: 請用 twtools-lookup_administrative_district 處理 "…"。 # It will call: twtools-lookup_administrative_district(input="…")
まだクライアントを設定していませんか?
Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。
ユーザードキュメントを見る