Twinkle HubTwinkle Hub

查國定假日

tw_lookup_holidays

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

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

Args: year: 西元年,例 2025。

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

Paramètres

NomTypeDescription
year *integer
Schéma JSON brut
{
  "properties": {
    "year": {
      "title": "Year",
      "type": "integer"
    }
  },
  "required": [
    "year"
  ],
  "title": "lookup_holidaysArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_holidays({ year: 10 })