Skip to main content
Glama

get_public_holidays

Check bank holidays and plan around public holidays for GB, US, and IE by specifying country and year.

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

TableJSON Schema
NameRequiredDescriptionDefault
countryNoGB
yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It fails to disclose any behavioral traits such as data freshness, rate limits, authentication requirements, or output structure. The description only covers purpose and parameters, leaving significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with no unnecessary text. It uses a clear two-sentence introduction followed by parameter details, making it easy to scan. Every sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity and the presence of an output schema (not shown), the description is mostly complete. It covers country support, default values, and usage. However, it lacks information about the output format or error handling, which would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds substantial meaning beyond the schema (which has 0% coverage). It explains that 'country' is a two-letter code with default 'GB' and supported values 'GB', 'US', 'IE'. For 'year', it states default as current year (though schema lists 2026, a minor discrepancy) and gives an example. This compensates well for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get public holidays by country and year' with a specific verb and resource. It includes usage scenarios like checking bank holidays and planning. The tool is distinct from all listed siblings, which are unrelated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage contexts are provided (e.g., 'check bank holidays, plan around public holidays, or calculate working days'). However, no exclusions or alternatives are mentioned, and the description does not specify when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scotia1973-bot/api-hub'

If you have feedback or need assistance with the MCP directory API, please join our Discord server