You're viewing a demo portfolio

Join the waitlist
PRSM

get_season_openings

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SnowSure — Snow & Ski

https://github.com/mikeslone/snowsure-web

1/7 registries
View full server →
get_season_openings — SnowSure — Snow & Ski — PRSM MCP