驗證車牌
twtools-validate_license_plate
TW 專屬MIT9 近 30 天呼叫
驗證台灣車牌格式並推斷車種。
Args:
plate: 車牌字串(含或不含 "-",大小寫皆可)。
Returns: valid / kind (car/motorcycle/heavy_motorcycle/...) / kind_zh /
rule_matched / candidates(同格式可能多種車種時列出)。
⚠ 只驗格式,不查車籍/車主/檢驗紀錄(涉 PII,要打公路總局認證 API)。輸入 schema
{
"properties": {
"plate": {
"title": "Plate",
"type": "string"
}
},
"required": [
"plate"
],
"title": "validate_license_plateArguments",
"type": "object"
}怎麼呼叫
配置好 Twinkle Hub 的 MCP client 後,agent 會看到 twtools-validate_license_plate。直接讓它呼叫即可,例如:
# Ask Claude / any MCP client: 請用 twtools-validate_license_plate 處理 "A123456789"。 # It will call: twtools-validate_license_plate(input="A123456789")
還沒設好 client?
Claude Desktop 各 3 分鐘可接好 — 下載 .mcpb 雙擊即可,或看 docs 各 client 安裝步驟。
看 user 設定文件