travel_search_flights
Search for flight quotes on a specific route and date, returning a unique quote ID for booking.
Instructions
Search flights via Travala for a route and date. Returns quotes with a quoteId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination IATA code | |
| date | Yes | YYYY-MM-DD | |
| from | Yes | Origin IATA code |