send_inquiry
Send a general inquiry to a local service business. Use this when the customer has a question, needs a custom quote, or wants to describe an issue that doesn't fit a specific bookable service. The business owner will be notified immediately via every enabled inquiry channel and will contact the customer directly. ONLY call this if the business has 'inquiry' or 'email_inquiry' in its enabledFeatures array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The exact URL slug returned by search_businesses or get_business_info. Copy it verbatim. | |
| message | Yes | Detailed description of the inquiry, question, or issue. Include any visual details about damage, location, severity, and urgency. | |
| customerName | Yes | Full name of the person making the inquiry | |
| customerEmail | Yes | Customer email address | |
| customerPhone | Yes | Customer phone number | |
| clientRequestId | Yes | Required stable UUID for this inquiry attempt. Generate once and reuse on retries of the same logical attempt. |