resolve_airport
Resolve IATA airport codes from city or airport names, enabling flight searches when only names are known.
Instructions
Look up IATA airport codes by city or airport name.
Args: keyword: City or airport name, or exact IATA code (e.g. "London", "Heathrow", "JFK"). Minimum 2 characters. max_results: Max number of matches to return (1-20, default 10).
Use this before search_flights if you only have a city/airport name rather than a 3-letter IATA code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| max_results | No |