You're viewing a demo portfolio

Join the waitlist
PRSM

find_flights_to_powder

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

Complete the trip: from a resort, find the nearest gateway airport(s) and get flight-search links from your home airport. The "get there" leg of the funnel — pair with find_best_powder / find_powder_trips (find fresh snow) → this → book_lodging (stay). Args: resort (slug, required — use search_resorts to resolve a name), optional origin (your home-airport IATA like DEN, or a city name).

Parameters schema

{
  "type": "object",
  "required": [
    "resort"
  ],
  "properties": {
    "origin": {
      "type": "string",
      "description": "Your departure airport IATA (e.g. DEN, LHR) or a city name. Optional — omit for an origin-less flight search."
    },
    "resort": {
      "type": "string",
      "description": "Resort slug (use search_resorts first if you only have a name)."
    }
  }
}

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 →
find_flights_to_powder — SnowSure — Snow & Ski — PRSM MCP