query_holiday
Check if a date is a Chinese public holiday, a makeup workday, or a regular workday. Get the holiday name, its date range, and any associated makeup workdays.
Instructions
查询某一天(YYYY-MM-DD)是法定节假日、调休上班日还是普通工作日。返回节假日名称、放假区间和该区间内的调休上班日。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 日期,格式 YYYY-MM-DD,例如 2026-02-17 |