Skip to main content
Glama

Urlaub Smart

Best bridge days and levers

best_bridge_days

The six best non-overlapping vacation levers of a year for a region: classic bridge days (1 vacation day → 4 days off) and holiday clusters (e.g. 4 days → 10 days off), with booking dates, holidays used and factor. Includes a markdown table and the page URL.

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.7/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the burden of disclosing behavioral traits. It mentions the output (markdown table, page URL) but does not state whether the tool is read-only, requires authentication, or has any side effects. This is a moderate gap given that the tool likely performs a read-only query.

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

Conciseness4/5

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

The description is a single sentence that efficiently conveys the core function and output, with examples embedded. It is slightly dense but remains focused and front-loaded with the main action ('six best non-overlapping vacation levers'), earning a high score for conciseness.

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 detailed schema and simple input requirements, the description provides sufficient context for an agent to understand the tool's purpose and output. It does not mention edge cases or preconditions, but the schema plus description cover what is needed for typical use.

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 descriptions cover all three parameters (year, locale, region) with clear explanations (e.g., region format examples). The tool description itself adds no further meaning beyond the schema, so the baseline of 3 is appropriate.

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 function: it provides the six best non-overlapping vacation levers for a region and year, specifying the types (classic bridge days, holiday clusters) and output details (booking dates, holidays used, factor, markdown table, page URL). This leaves no ambiguity about what the tool does.

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 does not explicitly differentiate this tool from its siblings (list_regions, plan_vacation, public_and_school_holidays). While the purpose implies when it might be used (e.g., for vacation planning), it lacks an explicit statement about when to prefer this tool over alternatives or when it is not appropriate.

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