Skip to main content
Glama

choose_path

Destructive

Choose one of a delivered trip's researched options (path id from trip_status options[].id). Reversible: choosing again switches. This activates the LIVING JOURNEY — after it, trip_status returns the requirements checklist (flight, stay, gear, transfer, passes …) with a booking entry_url per step. The choice is announced in the trip's own conversation, so the human who opens claim_url sees it too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grantYes
path_idYes
trip_idYes

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already mark it non-read-only and destructive, but the description goes further by explaining the precise side effects: choosing activates the LIVING JOURNEY, changes future trip_status responses to a requirements checklist, announces the choice in the trip conversation, and is reversible by choosing again. No contradiction with annotations.

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?

Three dense sentences, each earning its place. The core action and parameter source are front-loaded, followed by reversibility, downstream effects, and conversation visibility. No filler or repetition.

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 the action, side effects, reversibility, and downstream trip_status behavior, which is substantial. However, without an output schema it never states what choose_path itself returns, and the grant parameter remains entirely unexplained, leaving a notable gap for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description carries the burden of explaining parameters. It clearly explains path_id as coming from trip_status options[].id, and trip_id is implied by 'the trip's own conversation', but grant is never mentioned at all. With one of three required parameters undocumented, compensation is incomplete.

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?

States a specific verb, resource, and data provenance: 'Choose one of a delivered trip's researched options' with 'path id from trip_status options[].id'. This makes it unmistakably different from read-only status or planning tools like trip_status or plan_trip.

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?

Provides clear context for when to use the tool: after a trip's options have been researched and are visible in trip_status. It also clarifies the consequence (activating the LIVING JOURNEY) and reversibility, though it does not explicitly name alternatives or exclusion cases.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct domain aspect: planning, booking, snow conditions, resort info, and costs. Even closely related tools like booking_options vs open_booking vs choose_path are clearly separated by their roles in the trip lifecycle. No two tools appear to do the same thing.

Naming Consistency4/5

Names mostly use a noun or verb_noun style in lowercase, but there is a mix of forms (e.g., 'find_resorts' vs 'conditions' vs 'where_to_ski'). The pattern is still predictable and readable, with only minor stylistic deviations.

Tool Count4/5

16 tools is slightly above the ideal sweet spot, but the domain is broad (ski trip planning, conditions, booking, media, costs) and each tool clearly earns its place. It feels well-scoped without being bloated.

Completeness5/5

Covers the full trip lifecycle: research (plan_trip, trip_status, tell_skym), selection (choose_path), booking (booking_options, open_booking), live conditions (conditions, daily_snow, snow_forecast, webcams, where_to_ski), resort details (find_resorts, resort_media, getting_there), and costs (trip_costs). No obvious dead ends or missing operations.

Resources