Twinkle HubTwinkle Hub
Sign in

📌 2026-06-30 added: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 datasets)

View full changelog →

Solar → Lunar

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

# Ask Claude / any MCP client:
請用 twtools-solar_to_lunar 處理 "…"。

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