Skip to main content
Glama

Filter resorts by criteria

find_resorts_by_criteria
Read-onlyIdempotent

Filter ski resorts by snow depth, elevation, runs, and SnowSure score to find ideal destinations for trip planning.

Instructions

Find resorts matching specific criteria like minimum snow depth, elevation range, number of runs, or SnowSure rating. Advanced filtering for trip planning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20)
regionNoFilter by region
countryNoFilter by country
minRunsNoMinimum number of ski runs
minDepthNoMinimum snow depth in cm
minScoreNoMinimum SnowSure score (0-100)
minElevationNoMinimum summit elevation in meters

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoHuman-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose).
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool is safe and read-only. The description adds 'Advanced filtering for trip planning', which provides context but no additional behavioral traits beyond what annotations convey.

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?

Two sentences that are front-loaded with the core action and key criteria examples. No filler or redundant information.

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?

Given the presence of an output schema (mentioned in context signals) and full schema documentation for parameters, the description is sufficiently complete for a read-only filtering tool. It captures the essential criteria and use case for trip planning.

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?

All 7 parameters have descriptions in the input schema (100% coverage). The description mentions some example criteria (snow depth, elevation, runs, SnowSure), but it does not add meaning beyond what the schema already provides. Baseline 3 is appropriate given high schema coverage.

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 finds resorts based on specific criteria like snow depth, elevation, runs, and SnowSure rating. The title 'Filter resorts by criteria' reinforces the purpose, and it distinguishes from sibling tools like 'search_resorts' and 'get_resort'.

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

Usage Guidelines3/5

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

The description implies usage for advanced trip planning but does not explicitly state when to use this over alternatives like 'search_resorts' or when not to use it. No exclusions or comparisons are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeslone/snowsure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server