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 →

Lookup capital range

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

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

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