get_availability
Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling book_appointment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check in YYYY-MM-DD format | |
| staff_id | No | Specific staff member ID (from get_business). Omit to check any available staff. | |
| timezone | No | IANA timezone string (e.g. 'America/New_York'). Defaults to business local time. | |
| business_slug | Yes | The business slug from search_businesses results |