build_booking_link
Generate an external booking link for an already chosen route. Use after route details are confirmed to get a commission-eligible link.
Instructions
Generate only an external booking link for an already chosen route. Use after route details are known or after compare_routes/search_travel_options; do not use as the first step when the user still needs search guidance. Read-only, no authentication, no booking completion, and no reservation side effects. The returned link may be commission-eligible and is disclosed in output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Origin IATA code (e.g. 'IAH'). Case-insensitive. | |
| destination | No | Destination IATA code (e.g. 'CDG'). Case-insensitive. | |
| departure_date | No | Departure date in YYYY-MM-DD format. Optional. | |
| return_date | No | Return date in YYYY-MM-DD format. Optional — omit for one-way. | |
| currency | No | ISO 4217 currency code (default: USD). |