ROC year → Western
twtools-roc_year_to_western
TW-specificMIT
民國年 → 西元年。支援 "114"、"114-05-04"、"114年5月4日"、"1140504" 等格式。
Input schema
{
"properties": {
"roc_date": {
"title": "Roc Date",
"type": "string"
}
},
"required": [
"roc_date"
],
"title": "roc_year_to_westernArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-roc_year_to_western. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-roc_year_to_western 處理 "114-05-04"。 # It will call: twtools-roc_year_to_western(input="114-05-04")
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