Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Lunar → Solar

tw_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 tw_lunar_to_solar. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_lunar_to_solar 處理 "…"。

# It will call:
tw_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