get_season_openings
ActiveTool of SnowSure — Snow & Ski
Resorts whose season OPENING DATE is a specific day — answers "what opens today?", "opening this week", or "which resorts start their season on June 27?". Returns only resorts scheduled or confirmed to open on that date, NOT all currently-open resorts. Prefer over get_southern_hemisphere_report for opening-day questions. For historical-norm questions ("which resort typically opens earliest each season", "is X usually open by Thanksgiving / mid-December"), use ask_snowdata instead — those are about typical timing, not a specific calendar date.
Parameters schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Opening date YYYY-MM-DD. Defaults to today (UTC)."
},
"region": {
"enum": [
"europe",
"north-america",
"asia",
"oceania",
"south-america",
"africa",
"alps",
"rockies",
"japan"
],
"type": "string",
"description": "Filter by region"
},
"country": {
"type": "string",
"description": "Filter by country, e.g. Chile or New Zealand"
},
"hemisphere": {
"enum": [
"nh",
"sh"
],
"type": "string",
"description": "Northern or Southern Hemisphere filter"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries