tourradar_web-tour-booking
[tourradar] Use this when the user explicitly wants to book a tour and has provided their contact details.
Creates a booking request for a specific tour. Requires real contact details (email, names; phone optional). Always confirm the departure date by checking departures first. Never fabricate or assume user data - always ask for missing information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Customer email address. If email is not given by the customer, please ask him before executing this endpoint. Never generate email by yourself, always ask customer for give the email before calling this tool. | ||
| tourId | Yes | Tour ID | |
| lastName | Yes | ||
| firstName | Yes | ||
| paxAdults | Yes | Number of the adults. Always ask customer for this information, is important to have it | |
| paxChildren | Yes | Number of the children | |
| phoneNumber | No | Customer phone number in E-164 format. Is optional, but recommended to provide it. Never put fake phone number, always ask customer for give the phone number before calling this tool. If customer do not gives phone number, just skip this field | |
| departureDate | Yes | Departure date, from customer selection | |
| agentInformation | Yes | Agent information about the booking. Describe here what customer is looked for, preferences etc, what you can recognize. Will be helpful for our Customer Support team to understand the customer needs. | |
| extraInformation | Yes | Customer extra information from the customer or agent. Fill here if customer has provided any additional information about the booking. This is optional and can be empty. |