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 →

Generate test tax ID

twtools-generate_test_tax_id

TW-specificMIT

產生通過 checksum 的 8 位統一編號(測試 fixture,非真實註冊)。 rule="post-2023" (default mod 5) | "pre-2023" (mod 10)。 seed 可使結果 deterministic。

Input schema

{
  "properties": {
    "seed": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Seed"
    },
    "rule": {
      "default": "post-2023",
      "title": "Rule",
      "type": "string"
    }
  },
  "title": "generate_test_tax_idArguments",
  "type": "object"
}

How to call

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

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

# It will call:
twtools-generate_test_tax_id(input="…")

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