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 holidays

twtools-lookup_holidays

TW-specificMIT

列出指定西元年所有國定假日 + 補班日(內建 2024-2026 資料)。

Args:
    year: 西元年,例 2025。

Returns: holidays + makeup_workdays。超出 bundled 範圍回 found=False。

Input schema

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

How to call

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

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

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