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