get_public_holidays
Fetch public holidays for a country and year to plan around bank holidays or calculate working days. Supports GB, US, and IE.
Instructions
Get public holidays by country and year.
Use this to check bank holidays, plan around public holidays, or
calculate working days. Currently supports GB (UK), US (USA),
and IE (Ireland).
Parameters:
country — Two-letter country code (default: "GB").
Supported: "GB", "US", "IE".
year — Year to get holidays for (default: current year).
Example: 2026.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | GB | |
| year | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |