Skip to main content
Glama

Show Itinerary Map

show_itinerary_map
Read-onlyIdempotent

Afișează o hartă interactivă de itinerariu, cu puncte fixe, scene/grupe (ex. zile/etape/zone), chips pentru scene, carousel și autoplay opțional. Refolosește harta tria; traseul este schematic (linie dreaptă între puncte), nu rutare pe drumuri. Sursă: tria.ro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoLinie schematică între puncte.
titleNoTitlul hărții, ex. "Circuit 7 zile din Constanța".
pointsYesPunctele itinerariului. Max 40.
scenesNoScene/grupe pentru chips și autoplay. Dacă lipsește, se creează o scenă cu toate punctele. Max 20.
autoplayNoAutoplay pe scene, nu pe puncte.
subtitleNoSubtitlu scurt, ex. "cazări retrase, natură, sate, apă".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
pathNo
titleNo
pointsNo
scenesNo
sourceNo
autoplayNo
subtitleNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating a safe, read-only operation. The description adds useful behavioral context: it reuses the tria map, shows schematic routes (straight lines) instead of road routing, and attributes the source. No contradictions.

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 concise, two sentences front-loading key capabilities. While it could be structured with bullet points, the current format is efficient and avoids redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers core functionality but omits constraints like maximum number of points (40) and scenes (20), which are present in the schema. Given the complexity (nested objects, output schema exists), the description is adequate but could mention these limits to improve completeness.

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 coverage is 100% with detailed descriptions for all parameters. The tool description mentions features (chips, carousel, autoplay) but does not add significant semantic value beyond what the schema already provides. Baseline 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 displays an interactive itinerary map with specific features (fixed points, scenes, chips, carousel, optional autoplay). It distinctively positions this tool against show_map by emphasizing itinerary-specific functionality and non-road routing.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus sibling tools like show_map or get_map. It does not mention prerequisites, exclusion criteria, or alternative scenarios. For an AI agent, this could lead to incorrect tool selection.

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