產測試身分證號
tw_generate_test_taiwan_id
台灣專屬MIT
產生通過 checksum 的身分證字號(測試 fixture,非真實 PII)。 sex: 'male'|'female'|None;city_letter: A-Z 起始字母;seed: deterministic。
輸入 schema
{
"properties": {
"sex": {
"anyOf": [
{
"enum": [
"male",
"female"
],
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sex"
},
"city_letter": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "City Letter"
},
"seed": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Seed"
}
},
"title": "generate_test_taiwan_idArguments",
"type": "object"
}呼叫方式
配置好 Twinkle Hub 的 MCP client 後,agent 會看到 tw_generate_test_taiwan_id。直接讓它呼叫即可,例如:
# Ask Claude / any MCP client: 請用 tw_generate_test_taiwan_id 處理 "…"。 # It will call: tw_generate_test_taiwan_id(input="…")
尚未設定 Client?
Claude Desktop 約 3 分鐘即可完成設定 — 下載 .mcpb 檔案並雙擊即可,或參閱文件中的各 Client 安裝步驟。
查看使用者設定文件