Twinkle HubTwinkle Hub
サインイン

📌 2026-06-30 追加: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 データセット)

完全な changelog を見る →

路名查郵遞區號

twtools-lookup_zip33_by_road

TW 専用MIT

路名/地區名 → 6 碼郵遞區號清單.

Args:
    county: 縣市 e.g. '臺北市'
    town: 鄉鎮市區 e.g. '信義區'
    keywords: 路名或地區關鍵字 e.g. '忠孝東路'
Returns: {found, result: [{zip33, road, zip33Range, department}]}

入力スキーマ

{
  "properties": {
    "county": {
      "title": "County",
      "type": "string"
    },
    "town": {
      "title": "Town",
      "type": "string"
    },
    "keywords": {
      "title": "Keywords",
      "type": "string"
    }
  },
  "required": [
    "county",
    "town",
    "keywords"
  ],
  "title": "lookup_zip33_by_roadArguments",
  "type": "object"
}

呼び出し方

Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-lookup_zip33_by_road を見つけます。呼び出しを依頼するだけ — 例:

# Ask Claude / any MCP client:
請用 twtools-lookup_zip33_by_road 處理 "…"。

# It will call:
twtools-lookup_zip33_by_road(input="…")

まだクライアントを設定していませんか?

Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。

ユーザードキュメントを見る