get_snow_report
ActiveTool of SnowSure — Snow & Ski
Get the global snow report with top-ranked resorts by snow conditions. Returns resorts sorted by SnowSure score, forecast, or recent snowfall. Use this for "where has the best snow?" or "top ski resorts right now" queries.
Parameters schema
{
"type": "object",
"properties": {
"sort": {
"enum": [
"snowsure",
"forecast",
"recent",
"depth"
],
"type": "string",
"description": "Sort order: snowsure (AI rating), forecast (14-day snow), recent (24h snowfall), depth (current base)"
},
"limit": {
"type": "number",
"description": "Number of resorts to return (default: 10, max: 50)"
},
"region": {
"enum": [
"europe",
"north-america",
"asia",
"oceania",
"south-america",
"africa"
],
"type": "string",
"description": "Filter by region"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries