Skip to main content
Glama

find_layover_itinerary

Turn a 3–6 hour layover at a European hub into an art visit. Search itineraries by city, airport, artist, or duration for venues and transit notes.

Instructions

Search travel.art's layover-itinerary catalogue — short-window (3–6h) art-focused trips between flight connections from major European hub airports. Returns itineraries by city, airport, art focus, or duration, with venues, transit notes, and a link to travel.art's full hour-by-hour guide. Use for queries like 'art layover in Rome from Fiumicino', '4-hour Caravaggio plan', 'short Louvre window from CDG', 'Amsterdam 4 hours Schiphol'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity filter (e.g., 'Milan', 'Rome', 'Florence', 'Amsterdam', 'Paris', 'London'). Optional.
queryNoFree-text query (city, artist, museum, airport, theme). Optional.
airportNoIATA airport code the layover serves (e.g., 'MXP', 'FCO', 'AMS', 'CDG', 'LHR'). Optional filter.
countryNoISO 3166-1 alpha-2 country code (e.g., 'IT', 'NL', 'FR', 'GB'). Optional.
maxDurationHoursNoMaximum time-on-ground budget in hours. Returns only itineraries that fit ≤ this duration. Optional.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.6.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses what the tool returns ('itineraries by city, airport, art focus, or duration, with venues, transit notes, and a link') and sets expectations with the '3–6h' window. This goes beyond the schema by adding behavioral context, though it doesn't address edge cases like result limits or availability constraints.

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 two sentences: the first front-loads the core purpose and scope, the second provides concrete usage examples. Every phrase earns its place with no filler or redundancy.

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?

Despite having no output schema, the description clearly states what is returned (itineraries, venues, transit notes, link) and supplies ample example queries. It's complete for a simple optional-parameter search tool, though a bit more detail on result ordering or limitations could push it to 5.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by giving example queries ('4-hour Caravaggio plan', 'Amsterdam 4 hours Schiphol') that illustrate how to combine parameters (city, airport, duration) in practice, going beyond the schema's individual parameter 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 the tool's function: 'Search travel.art's layover-itinerary catalogue' with a specific scope ('short-window (3–6h) art-focused trips between flight connections from major European hub airports'). It also distinguishes from sibling tools by focusing on layover itineraries rather than events, museum guides, or general trip recommendations.

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 provides clear usage context through explicit example queries ('Use for queries like...'), which effectively communicates when to use the tool. However, it does not explicitly mention when not to use it or name alternative sibling tools, so it stops short of a 5.

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