get_pricing
Retrieve a price quote for a service from a local business, considering emergency requests and weekend rates to provide accurate pricing.
Instructions
Get a price quote for a specific service from a local business. Takes into account emergency requests, weekend rates, and other pricing rules. Always available for any business.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The exact URL slug returned by search_businesses or get_business_info. Copy it verbatim. | |
| serviceName | Yes | The name of the service to get pricing for | |
| isEmergency | No | Whether this is an emergency/urgent request | |
| requestedDate | No | The requested date (YYYY-MM-DD), used to determine weekend rates |