get_reservation_time_slots
Retrieve available reservation time slots for a date range. Shows open and blocked slots to help customers choose booking times.
Instructions
Get available reservation time slots for a date range. Used to show a calendar of open and blocked slots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End of date range (YYYY-MM-DD) | |
| start_date | Yes | Start of date range (YYYY-MM-DD) | |
| location_id | No | Location ID to filter slots for a specific branch |