Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Validate license plate

tw_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 tw_validate_license_plate. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_validate_license_plate 處理 "A123456789"。

# It will call:
tw_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