Skip to main content
Glama

Ourway – Camino de Santiago

Plan a Camino itinerary (stages + map)

plan_camino_itinerary
Read-onlyIdempotent

Build a day-by-day Camino de Santiago itinerary (walking stages, km per day, overnight towns, dates, route map image) following the camino's OFFICIAL stages adapted to the pilgrim's daily pace. Use it for any Camino itinerary, stage plan or "how many days from Sarria/Tui/Porto/Roncesvalles" question: it is the itinerary Ourway books. ritmo: tranquilo (18-22 km/day) | medio (22-28) | experimentado (28-35); use km_max_etapa instead for an explicit km cap or cycling (~2x). fecha_inicio (YYYY-MM-DD, first night) is optional: without it dates come back "to be confirmed" — call it anyway. Only pass num_noches when the client fixes the number of nights. Returns mapa_url: a real PNG map of the route with numbered overnight stops — show it in the chat right after the stage table (![Mapa](mapa_url)). / Fuente del itinerario reservable: úsala para proponer o revisar etapas, aunque el cliente aún no tenga fecha. Presenta el itinerario y pide confirmación ANTES de cotizar. (es: proponer_itinerario)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ritmoNo
num_nochesNo
camino_slugYes
fecha_inicioNo
km_max_etapaNo
poblacion_inicio_idYes
poblacion_destino_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds highly relevant behavioral context: the itinerary follows the OFFICIAL stages adapted to pace, an omitted `fecha_inicio` produces 'to be confirmed' dates, `mapa_url` is a real PNG that should be rendered immediately after the stage table, and the Spanish section requires asking for confirmation before quoting. This is exactly the kind of runtime behavior and interaction protocol an agent needs.

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 front-loaded with the core purpose, then systematically covers usage scope, parameter semantics, output behavior, and the confirmation workflow. There is no filler; the Spanish section earns its place by adding the pre-quote confirmation instruction rather than merely repeating the English text.

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?

The description is nearly complete for a 7-parameter tool with an output schema: it explains optionality, date behavior, output rendering, and the client-confirmation workflow. The main missing piece is guidance on how to obtain valid `camino_slug` and `poblacion_inicio_id` values, which would make first-time invocation fully unambiguous.

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?

With 0% schema description coverage, the description carries the burden and does it well for most parameters: it defines `ritmo` with exact km/day ranges, explains `km_max_etapa` as an explicit cap or cycling (~2x), specifies `fecha_inicio` format and the consequence of omitting it, and scopes `num_noches` to fixed-night requests. However, the required `camino_slug` and `poblacion_inicio_id` plus the optional `poblacion_destino_id` are left only to their names, with no guidance on where valid values come from.

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 opens with a specific verb and resource: 'Build a day-by-day Camino de Santiago itinerary' and enumerates the concrete outputs (walking stages, km per day, overnight towns, dates, route map image). It also defines the exact scope of questions it answers, such as 'any Camino itinerary, stage plan or "how many days from Sarria/Tui/Porto/Roncesvalles" question', which distinguishes it from the quoting/packaging siblings in this tool set.

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 clearly states when to use the tool ('Use it for any Camino itinerary, stage plan...'), when to call it even without a confirmed date ('call it anyway'), and gives conditional parameter guidance (use `km_max_etapa` instead of `ritmo` for a cap or cycling; pass `num_noches` only when the client fixes the number of nights). It lacks explicit alternatives or 'when not to use' statements naming sibling tools, so it does not earn a 5.

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.