Lookup business unit type
twtools-lookup_business_unit_type
TW-specificMIT
商業組織類別代碼 → 中文 (Tier A).
Args:
code: 2 碼 e.g. "03" → 有限公司, "04" → 股份有限公司
Returns: {found, code, description}Input schema
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"title": "lookup_business_unit_typeArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_business_unit_type. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_business_unit_type 處理 "…"。 # It will call: twtools-lookup_business_unit_type(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