Get holidays
get_holidaysFetch holidays from all Keka holiday calendars, or filter by calendar ID and year. Combines results from multiple calendars into one list.
Instructions
Fetch holidays from Keka's holiday calendar(s). Keka scopes holidays per calendar rather than org-wide, so if 'calendarId' is omitted this tool first looks up every holiday calendar and then fetches and combines holidays from all of them (most tenants only have one). Each returned holiday is tagged with the calendarId/calendarName it came from. Automatically pages through every result set involved and returns it combined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Page size used internally per request to Keka (max 200, default 100). | |
| calendarId | No | Restrict to a single holiday calendar ID. If omitted, holidays from every calendar are fetched and combined. | |
| calendarYear | No | Filter holidays to a specific calendar year (e.g. 2026). Omit to get all years Keka has data for. |