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