Create seat alert
create_seat_alertCreate a seat alert that notifies you by email when a matching seat becomes available on a specific flight. Supports preferences like window, aisle, exit row, specific seat, adjacent seats, and class availability. Requires authentication. The flight must already be in our database — use search_flight first if not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cabin_class | Yes | Cabin class to monitor | |
| flight_date | Yes | Flight date in YYYY-MM-DD format. Must be today or within the next 60 days. | |
| flight_number | Yes | Flight number, e.g. 'QF1', 'AA716' | |
| specific_seat | No | Required when seat_preference is 'specific' (e.g. '12A') | |
| seat_preference | Yes | Seat preference to alert on | |
| adjacent_seats_count | No | Required when seat_preference is 'adjacent_seats' or 'minimum_seats' (2-9) |