Lookup company status code
twtools-lookup_company_status_code
TW-specificMIT
公司狀態代碼 → 中文描述 (Tier A).
Args:
code: 2 碼狀態代碼 e.g. "01" → 核准設立, "03" → 解散
Returns: {found, code, description}Input schema
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"title": "lookup_company_status_codeArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_company_status_code. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_company_status_code 處理 "…"。 # It will call: twtools-lookup_company_status_code(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