Lunar → Solar
twtools-lunar_to_solar
GenericMIT
農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。
Input schema
{
"properties": {
"lunar_year": {
"title": "Lunar Year",
"type": "integer"
},
"lunar_month": {
"title": "Lunar Month",
"type": "integer"
},
"lunar_day": {
"title": "Lunar Day",
"type": "integer"
},
"is_leap_month": {
"default": false,
"title": "Is Leap Month",
"type": "boolean"
}
},
"required": [
"lunar_year",
"lunar_month",
"lunar_day"
],
"title": "lunar_to_solarArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lunar_to_solar. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lunar_to_solar 處理 "…"。 # It will call: twtools-lunar_to_solar(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