Search supported airports
search_supported_airportsSearch Pro Flight Search tracked airports when a user's airport reference is ambiguous. Returns matching IATA codes to use with get_airport_delay_status. Call this before airport status when the user says a city name like London or Chicago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Airport code, city, or airport name to search. Examples: London, Paris, Chicago, ORD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query used to find tracked airports. | |
| matches | Yes | Tracked airport matches that can be used with get_airport_delay_status or airport.get_delay_status. |