Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Lookup holidays

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

# Ask Claude / any MCP client:
請用 tw_lookup_holidays 處理 "…"。

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