Skip to main content
Glama

festivals

Read-onlyIdempotent

Wine festivals with their next resolved dates (read-only). Filter by city, country, a date window and text. Each item carries starts_on/ends_on for the next edition, the organiser source URL and the page to cite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean.
limitNoMaximum results (1-100).
queryNoFree text: festival name, food or drink.
countryNoCountry slug or name, e.g. 'italy'. Optional where city is given.
date_toNoLatest start date to include, ISO.
date_fromNoEarliest end date to include, ISO. Defaults to today.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / city / description
      Added value: +"City slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean."
    • addedInput schema / properties / country / description
      Added value: +"Country slug or name, e.g. 'italy'. Optional where city is given."
    • addedInput schema / properties / date_from / description
      Added value: +"Earliest end date to include, ISO. Defaults to today."
    • addedInput schema / properties / date_to / description
      Added value: +"Latest start date to include, ISO."
    • addedInput schema / properties / limit / description
      Added value: +"Maximum results (1-100)."
    • addedInput schema / properties / query / description
      Added value: +"Free text: festival name, food or drink."
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the description correctly reinforces 'read-only' without contradicting them. It adds useful behavioral context by explaining that dates are 'resolved' to the next edition and that items include the organiser source URL and citation page.

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 compact, front-loaded with the core purpose, and uses a short sentence plus one clarifying follow-up. Every phrase adds value, and there is no redundant repetition of schema or annotation content.

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?

For a read-only list tool with six optional parameters and an output schema, the description covers the essential choices: what the tool returns, what filters are available, and the special 'page to cite' detail. It is complete enough that an agent can confidently select and invoke it without further clarification.

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?

Schema description coverage is 100%, so the baseline is 3 and the description does not need to restate parameter details. It helpfully summarizes the filter dimensions (city, country, date window, text) but adds no semantics beyond what the schema already documents.

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 names a specific resource ('Wine festivals'), a clear verb/action ('Filter'), and a defined output scope ('next resolved dates'). It clearly distinguishes this tool from its siblings, which cover transport, places, dishes, and itineraries rather than festivals.

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?

The description states the primary usage context: this is a read-only wine-festival lookup filterable by city, country, date window, and text. It does not explicitly name alternatives or say when not to use it, but the context is clear enough for an agent to avoid confusing it with the sibling tools.

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.

Resources