Twinkle HubTwinkle Hub
Sign in

📌 2026-06-30 added: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

View full changelog →

Validate postal code

twtools-validate_postal_code

TW-specificMIT

驗證 3/5/6 碼郵遞區號 + 對應行政區。

Input schema

{
  "properties": {
    "postal_code": {
      "title": "Postal Code",
      "type": "string"
    }
  },
  "required": [
    "postal_code"
  ],
  "title": "validate_postal_codeArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see twtools-validate_postal_code. Just ask it to call — example:

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

# It will call:
twtools-validate_postal_code(input="A123456789")

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