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 license plate

twtools-validate_license_plate

TW-specificMIT

驗證台灣車牌格式並推斷車種。

Args:
    plate: 車牌字串(含或不含 "-",大小寫皆可)。

Returns: valid / kind (car/motorcycle/heavy_motorcycle/...) / kind_zh /
    rule_matched / candidates(同格式可能多種車種時列出)。

⚠ 只驗格式,不查車籍/車主/檢驗紀錄(涉 PII,要打公路總局認證 API)。

Input schema

{
  "properties": {
    "plate": {
      "title": "Plate",
      "type": "string"
    }
  },
  "required": [
    "plate"
  ],
  "title": "validate_license_plateArguments",
  "type": "object"
}

How to call

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

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

# It will call:
twtools-validate_license_plate(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