Format Chinese numerals
twtools-format_chinese_numerals
GenericMIT
阿拉伯數字 ↔ 國字大寫(公文/合約/支票場景)。 direction='arabic_to_chinese' (預設) 或 'chinese_to_arabic'。
Input schema
{
"properties": {
"value": {
"title": "Value",
"type": "string"
},
"direction": {
"default": "arabic_to_chinese",
"enum": [
"arabic_to_chinese",
"chinese_to_arabic"
],
"title": "Direction",
"type": "string"
}
},
"required": [
"value"
],
"title": "format_chinese_numeralsArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-format_chinese_numerals. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-format_chinese_numerals 處理 "…"。 # It will call: twtools-format_chinese_numerals(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