Skip to main content
Glama

find_resorts

Read-only

Find European ski resorts by name and/or ISO-2 country code.

Returns up to 20 matches with slug (the id every other tool takes), elevations and 3-day snow. Refine the query rather than paging — there is no bulk catalogue access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
countryNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool as read-only (readOnlyHint: true) and non-destructive (destructiveHint: false). The description goes beyond that by disclosing the maximum result count (up to 20 matches), the absence of pagination/bulk access, and that the returned slug is the identifier used by every other tool. This adds meaningful behavioral context about limitations and how the tool fits into the larger workflow.

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 compact and front-loaded: the purpose is stated in the first sentence, followed by the key return values and a limitation. No redundant wording. Every sentence adds value, and the structure helps an agent quickly grasp what the tool does and how to use it.

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

Completeness5/5

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

For a search tool with three simple optional parameters and no output schema, the description covers all essential aspects: what it takes (name/country), what it returns (slug, elevations, 3-day snow), the maximum result cap, and the absence of bulk access. The safety profile is already handled by annotations. Nothing critical is missing for an agent to call this tool correctly.

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?

The input schema has zero description coverage, so the description must compensate. It explains that 'query' is the resort name and 'country' is an ISO-2 country code. The 'limit' parameter is implied by the statement 'Returns up to 20 matches', though the description does not explicitly tie the parameter to that limit. Still, agents can reasonably infer that limit controls the number of results. This addition is useful beyond the bare schema.

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 states a specific verb ('find'), a clear resource ('European ski resorts'), and the two search dimensions (name and ISO-2 country code). It also specifies the output (slug, elevations, 3-day snow) and distinguishes itself from sibling lookup tools by noting that the slug is the ID every other tool takes. This makes the tool's purpose unambiguous and differentiates it from nearby tools like where_to_ski 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?

The description clearly indicates when to use the tool — to search resorts by name or country. It also gives operational guidance: refine the query rather than paging, since there is no bulk catalogue access. It does not explicitly mention alternatives or when not to use it, but the context of siblings implies that this is the primary lookup tool and that other tools consume its output. This is clear context without exclusions.

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