Request Valet Quote
valet_request_quoteSubmit a valet parking quote request to the operators serving a US city. Use this when a person has asked you to arrange valet and has given their name, email, phone, city, service type and event date. The request is only sent after they confirm by email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-text notes for the operator, e.g. venue name or timing details | |
| service | Yes | One of the 9 canonical valet service slugs | |
| city_slug | No | Canonical kebab-case city slug from valet_search_cities, e.g. 'austin'. Omit if using city_other. | |
| city_other | No | Free-text city name when no directory slug is known. Omit if using city_slug. | |
| event_date | Yes | Event date in YYYY-MM-DD format | |
| guest_count | No | Approximate guest count, if known | |
| contact_name | Yes | The requester's full name | |
| contact_email | Yes | Email address to send the one-tap confirmation link to | |
| contact_phone | Yes | Phone number the operator can call | |
| operator_slug | No | Send to this one operator only instead of the full fan-out for the city. Omit to notify every matched operator in the city. | |
| vehicle_count | No | Approximate vehicle count, if known |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | Yes | What the agent should tell the person to do next | |
| _meta | Yes | TOOL-11 ToS and attribution block | |
| status | Yes | Always pending-confirmation on success | |
| reference | Yes | Short human-readable reference for this quote request |