get_quote
Calculate exact prices for private chauffeur transfers. Returns rates for all vehicles, providing an accurate quote before booking.
Instructions
Calculate the exact price for a private chauffeur transfer. Returns prices for all available vehicles. Always call this before book_ride to get an accurate quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_type | No | Booking type: one_way (point-to-point), hourly, or flat (fixed route) | one_way |
| num_hours | No | Number of hours (required if form_type is hourly) | |
| pickup_date | Yes | Pickup date in dd/mm/yyyy format (e.g. '27/03/2026') | |
| pickup_time | Yes | Pickup time in HH:MM format (e.g. '14:00') | |
| step_address | No | Intermediate stop address (optional, for hourly bookings) | |
| pickup_address | Yes | Pickup address (e.g. 'CDG Terminal 2E' or full address) | |
| dropoff_address | Yes | Drop-off address (e.g. 'Hotel Le Bristol, Paris') |