find_resorts_by_criteria
ActiveTool of SnowSure — Snow & Ski
declared in 3.12.7
Find resorts matching specific criteria like minimum snow depth, elevation range, number of runs, or SnowSure rating. Advanced filtering for trip planning.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default: 20)"
},
"region": {
"enum": [
"europe",
"north-america",
"asia",
"oceania",
"south-america",
"africa"
],
"type": "string",
"description": "Filter by region"
},
"country": {
"type": "string",
"description": "Filter by country"
},
"minRuns": {
"type": "number",
"description": "Minimum number of ski runs"
},
"minDepth": {
"type": "number",
"description": "Minimum snow depth in cm"
},
"minScore": {
"type": "number",
"description": "Minimum SnowSure score (0-100)"
},
"minElevation": {
"type": "number",
"description": "Minimum summit elevation in meters"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries