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 →

Lookup 24 solar terms

twtools-lookup_24_solar_terms

GenericMIT

列出指定西元年 24 節氣對應日期(範圍 1900-2100)。

Returns: {year, count: 24, terms: [{name: 立春, date: ISO}, ...]}。

Input schema

{
  "properties": {
    "year": {
      "title": "Year",
      "type": "integer"
    }
  },
  "required": [
    "year"
  ],
  "title": "lookup_24_solar_termsArguments",
  "type": "object"
}

How to call

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

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

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