Twinkle HubTwinkle Hub
Se connecter

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

Voir le changelog complet →

農曆 → 國曆

twtools-lunar_to_solar

GénériqueMIT

農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。

Schéma d'entrée

{
  "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"
}

Comment appeler

Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-lunar_to_solar. Demandez-lui simplement de l'appeler — exemple :

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

# It will call:
twtools-lunar_to_solar(input="…")

Pas encore configuré un client ?

Claude Desktop en 3 minutes — téléchargez le .mcpb et double-cliquez, ou voir la doc pour les autres clients.

Voir les docs utilisateur