suggest_holiday_profile
Look up the official public/national holidays for a country (ISO-2 code, e.g. US, IL, GB) and year from an authoritative public source (Hebcal for Israel, Nager.Date for everywhere else). Returns a DRAFT list of holiday dates: each is either a full day off or a half/partial working day (with a start/end working window). Use this to PROPOSE a holiday profile — never invent holiday dates from memory. The dates returned are authoritative for that exact year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | The calendar year to look up holidays for (e.g. 2026). | |
| country | Yes | ISO-2 country code (two letters), e.g. "US", "IL", "GB", "DE". |