Find availability
find_availabilityFind open appointment slots for a service within a date range, optionally restricted to a specific provider.
Instructions
Find open appointment slots for a service in a date range (inclusive). Dates are YYYY-MM-DD. Optionally restrict to one providerId. Returns startable times with the matching provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date YYYY-MM-DD (inclusive) | |
| from | Yes | Start date YYYY-MM-DD | |
| limit | No | Max slots to return (default 50) | |
| serviceId | Yes | Service id from list_services | |
| providerId | No | Restrict to this provider id |