Flights to the powder
find_flights_to_powderFind the nearest gateway airports for a ski resort and get flight-search links from your origin airport to complete your trip.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Your departure airport IATA (e.g. DEN, LHR) or a city name. Optional — omit for an origin-less flight search. | |
| resort | Yes | Resort slug (use search_resorts first if you only have a name). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |