農曆 → 國曆
twtools-lunar_to_solar
汎用MIT
農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。
入力スキーマ
{
"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"
}呼び出し方
Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-lunar_to_solar を見つけます。呼び出しを依頼するだけ — 例:
# Ask Claude / any MCP client: 請用 twtools-lunar_to_solar 處理 "…"。 # It will call: twtools-lunar_to_solar(input="…")
まだクライアントを設定していませんか?
Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。
ユーザードキュメントを見る