You're viewing a demo portfolio

Join the waitlist
PRSM

get_resort

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

Single-resort data with a REQUIRED card parameter that picks the interactive UI. card=guide → resort info card (elevation, lifts, season dates). card=photos → photo gallery carousel. card=snow → snow conditions card (score, base depth, forecast). card=full → detailed markdown only, no card. "Resort guide" → card=guide. "Photos/gallery" → card=photos. "Conditions/forecast" / "is it open right now, base depth, lifts open of total" → card=snow (open status, base depth, and lifts open of total). Prefer get_resort_info / get_resort_photos when available (same cards).

Parameters schema

{
  "type": "object",
  "required": [
    "slug",
    "card"
  ],
  "properties": {
    "card": {
      "enum": [
        "snow",
        "guide",
        "photos",
        "full"
      ],
      "type": "string",
      "description": "UI card type: guide (resort info), photos (gallery carousel), snow (conditions), full (text only)"
    },
    "slug": {
      "type": "string",
      "description": "Resort slug identifier (e.g., \"aspen-mountain\", \"niseko-hanazono-resort\", \"jackson-hole\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SnowSure — Snow & Ski

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

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