book_flight
Create a simulated flight booking in the local SQLite database after explicit user confirmation; no real ticket or payment is processed.
Instructions
Create a simulated flight booking in the local SQLite database. This does NOT purchase a real airline ticket or process payment. Use this ONLY after receiving explicit user confirmation to book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_id | Yes | ||
| seat_number | No | ||
| passenger_name | Yes | ||
| passenger_email | Yes | ||
| passenger_phone | Yes |