Twinkle HubTwinkle Hub
サインイン

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

完全な changelog を見る →

驗證車牌

twtools-validate_license_plate

TW 専用MIT

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

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

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

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

入力スキーマ

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

呼び出し方

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

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

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

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

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

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