check_availability
Check available appointment slots for a specific service at a local business on a given date, returning time windows when the business is free and the booking policy permits a start.
Instructions
Check available appointment slots for a specific service at a local business on a given date. Returns time windows when the business is free and the service bookingStartPolicy permits the start. For services with maxParticipants > 1, partially booked starts remain available until capacity is full. ONLY call this if the business has 'booking' in its enabledFeatures array. If the business doesn't support booking, share their contact info from get_business_info instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The exact URL slug returned by search_businesses or get_business_info. Copy it verbatim. | |
| date | Yes | The date to check availability for (YYYY-MM-DD format, e.g. '2026-04-07') | |
| serviceName | Yes | The name of the service to check availability for |