Season opening calendar
get_season_openingsIdentify ski resorts that open on a given date, answering questions like 'what opens today?' or 'which resorts start their season on June 27?'.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Opening date YYYY-MM-DD. Defaults to today (UTC). | |
| region | No | Filter by region | |
| country | No | Filter by country, e.g. Chile or New Zealand | |
| hemisphere | No | Northern or Southern Hemisphere filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |