get_quote
Calculate the exact price for a private chauffeur transfer. Returns prices for all available vehicles AND a quote_id valid for 15 minutes. Always call this before book_ride and pass the quote_id to book_ride — it locks the price and prevents drift. IMPORTANT: pickup_date must be in dd/mm/yyyy format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Caller channel identifier for observability: 'chatbot', 'whatsapp', 'claude-desktop', 'email-agent', or your agent name. Defaults to 'mcp-direct'. | |
| form_type | No | Booking type | one_way |
| num_hours | No | Number of hours (required for hourly, min 3) | |
| 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) | |
| pickup_address | Yes | Full pickup address (e.g. 'CDG Terminal 2E' or street address) | |
| dropoff_address | Yes | Full drop-off address |