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 →

Solar → Lunar

tw_solar_to_lunar

GenericMIT

國曆 (西元) → 農曆。

Args:
    date: "YYYY-MM-DD" 西元日期。

Returns: lunar_year/month/day + 中文表示 + zodiac + season + phase_of_moon。

Input schema

{
  "properties": {
    "date": {
      "title": "Date",
      "type": "string"
    }
  },
  "required": [
    "date"
  ],
  "title": "solar_to_lunarArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_solar_to_lunar. Just ask it to call — example:

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

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