Quote arranging something in the real world
quote_real_world_actionGet a free price to ARRANGE something at a specific US local business: book an appointment, hold an item, request a formal quote, or cancel a prior booking. This creates a real obligation, so it needs explicit authorization, the customer's name and callback number, and a maximum price the caller may agree to. The caller never negotiates, never pays, and never substitutes something different. Purchase the returned quote with purchase_real_world_answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | Yes | Exactly what to arrange, e.g. 'two Michelin Pilot Sport 4S 235/40R19 installed' | |
| when | No | Time window, e.g. 'tomorrow afternoon' | |
| notes | No | Constraints the caller must honour | |
| action | Yes | ||
| place_id | No | Google place_id, if known - more reliable than a name | |
| quantity | No | ||
| reference | No | Existing confirmation reference. Required for cancel. | |
| authorized | Yes | You confirm the end user authorized this commitment on their behalf | |
| postal_code | Yes | ||
| business_name | Yes | The business to act on | |
| customer_name | Yes | Name to hold the booking under. Shared with the business. | |
| max_price_minor | No | Ceiling in cents the caller may agree to. Required for book and hold. | |
| customer_callback_phone | Yes | Number the business can call back. Shared with the business. |