book_flight
Reserve a flight for a passenger using a flight ID, full name, and email; returns a booking confirmation with a booking ID.
Instructions
Book a flight for a passenger. Returns booking confirmation with booking ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address for confirmation | ||
| flightId | Yes | Flight ID to book | |
| passengerName | Yes | Full name of the passenger |