Simplified → Traditional
twtools-simplified_to_traditional
GenericMIT
簡體中文轉繁體。variant: 'zh-tw'(default, 台灣正體) | 'zh-hk' | 'zh-hant'。
Input schema
{
"properties": {
"text": {
"title": "Text",
"type": "string"
},
"variant": {
"default": "zh-tw",
"title": "Variant",
"type": "string"
}
},
"required": [
"text"
],
"title": "simplified_to_traditionalArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-simplified_to_traditional. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-simplified_to_traditional 處理 "…"。 # It will call: twtools-simplified_to_traditional(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