is_public_holiday
Check if a specific date is a public holiday in a country and get its name. Use for single-date holiday queries like 'Is Dec 25 a holiday in the US?'
Instructions
Checks whether one specific date is a public holiday in a country,
and names it if so. Use for "is Dec 25 2026 a holiday in the US",
"is the office closed on this date", or any single-date holiday check
-- prefer this over get_public_holidays when the question is about
just one day. country_code is a 2-letter ISO code; date is
YYYY-MM-DD. Returns whether it's a holiday and, if so, its name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| country_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||