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 →

Generate test tax ID

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

# Ask Claude / any MCP client:
請用 tw_generate_test_tax_id 處理 "…"。

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