Skip to main content
Glama

Urlaub Smart

Public and school holidays

public_and_school_holidays

All public holidays (with weekday, national/regional scope, weekend flag) and school holiday periods for a region and year. Source: OpenHolidaysAPI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoPlanning year; defaults to the year people currently plan for
localeNoLanguage of names and explanationsde
regionYesRegion as name, slug or ISO code, e.g. "Bayern", "bavaria", "DE-BY", "Tirol", "Zürich" or a country like "Deutschland" / "AT"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of explaining behavior. It details the included data (weekday, national/regional scope, weekend flag, school holiday periods) and the source, but does not mention error handling, potential limits, pagination, or any side effects. For a simple read operation, this is adequate but not exhaustive.

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 a single, well-structured sentence that front-loads the key output (all public holidays and school holiday periods) and includes clarifying attributes in parentheses. It is concise and free of unnecessary detail.

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 tool's simplicity and lack of an output schema, the description sufficiently conveys what the response contains (attribute details for holidays and school periods) and identifies the data source. It does not describe the output format, but for this use case the description provides enough context for an agent to understand what to expect.

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

Parameters3/5

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

The schema covers 100% of the parameters with descriptions, including examples for region and defaults for year/locale. The tool description itself does not add additional parameter semantics beyond the schema, so the baseline of 3 applies.

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 the tool's purpose: returning all public holidays (with specified attributes) and school holiday periods for a given region and year. It identifies the specific resource and scope, distinguishing it from siblings like best_bridge_days (which compute bridge days) and plan_vacation (which suggests vacation plans).

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

Usage Guidelines3/5

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

The description implies that this tool is for retrieving raw holiday data for a region and year, but it does not explicitly state when to use it versus siblings such as best_bridge_days or plan_vacation. No direct mention of alternatives or exclusions is provided, though the tool's specificity makes the use case reasonably clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

The tools have mostly distinct roles: listing regions, retrieving holidays, and generating vacation plans. best_bridge_days and plan_vacation overlap somewhat in purpose, but their descriptions clarify that one returns the top six non-overlapping options while the other creates an optimal plan.

Naming Consistency3/5

All tool names use lowercase snake_case, but they mix verb-led names (list_regions, plan_vacation), an adjective-led name (best_bridge_days), and a noun phrase (public_and_school_holidays). This is readable but not fully consistent in pattern.

Tool Count5/5

Four tools is a tight, focused set for the vacation-planning domain. Each tool serves a clear purpose without unnecessary redundancy or bloat.

Completeness5/5

The set covers the core workflow: selecting a region, viewing holidays, and generating bridge-day or vacation plans. No significant missing operation is apparent for an informational planning API.

Resources