Twinkle HubTwinkle Hub

查國定假日

tw_lookup_holidays

검증 도구 · 20개🇹🇼 대만읽기 전용

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

Args: year: 西元年,例 2025。

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

파라미터

이름타입설명
year *integer
원본 JSON schema
{
  "properties": {
    "year": {
      "title": "Year",
      "type": "integer"
    }
  },
  "required": [
    "year"
  ],
  "title": "lookup_holidaysArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_lookup_holidays({ year: 10 })