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 →

Lookup capital range

tw_lookup_capital_range

TW-specificMIT

資本額區間代碼 → 中文範圍 (Tier A).

Args:
    code: 2 碼 e.g. "12" → 10億元以上, "06" → 100-500萬元

Returns: {found, code, range_zh}

Input schema

{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "title": "lookup_capital_rangeArguments",
  "type": "object"
}

How to call

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

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

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