Skip to main content
Glama

Vikenda — what's on in Niagara-on-the-Lake

Plan a visit

plan_visit

Heuristic itinerary: morning/afternoon/evening picks matching interests within a window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoArea id, e.g. 'notl'. Defaults to the only area.
partyNoWho's visiting, e.g. 'family', 'couple'.
windowNoTime window.
interestsNoCategory interests to prioritise.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It states 'Heuristic itinerary' implying an approximate algorithm but does not disclose limitations, such as whether results are recommendations or bookings, or if it covers all available events. Critical behavioral traits like non-determinism or lack of reservation capability are omitted.

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, making it concise. However, it uses jargon ('Heuristic itinerary') that may confuse agents and lacks front-loading of the primary action. Still, it is not verbose.

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

Completeness2/5

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

With 4 parameters and no output schema or annotations, the description is incomplete. It does not specify the return format (list of venue IDs? object with time slots?), whether the tool books anything, or how conflicts are resolved. A planner tool needs more context on its operational scope and output.

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?

Parameter description coverage is 100% via schema, so the baseline is 3. The description does not add extra semantic meaning beyond the schema, e.g., it mentions 'morning/afternoon/evening picks' but doesn't map these to parameters like 'window' or 'interests'. It adds no new value over the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Heuristic itinerary: morning/afternoon/evening picks matching interests within a window' clearly indicates the tool generates an itinerary divided into time slots based on interests. It distinguishes itself from siblings like get_event or search_events by focusing on creating a multi-part plan rather than retrieving individual events. However, it could be more explicit with a verb like 'Creates'.

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 alternatives like search_events or whats_on. Sibling tools are listed but no exclusions or context for selection are given.

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