Live snow & forecast
get_resortGet snow conditions, resort guide, photo gallery, or detailed text for a ski resort by specifying a slug and card type. Live data for AI agents.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | UI card type: guide (resort info), photos (gallery carousel), snow (conditions), full (text only) | |
| slug | Yes | Resort slug identifier (e.g., "aspen-mountain", "niseko-hanazono-resort", "jackson-hole") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resort | No | Structured resort payload for inline widget rendering. | |
| markdown | Yes | Human-readable markdown summary (required for ChatGPT Instant mode). |