get_resort
ActiveTool of SnowSure — Snow & Ski
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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries