get_reservation_capacity
Check seat availability for a specific date and time slot. View booked and total capacity for any location.
Instructions
Check how many seats are available, booked, and total for a specific date/time slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check (YYYY-MM-DD) | |
| end_time | Yes | Slot end time | |
| branch_id | No | Location ID (omit for global capacity) | |
| start_time | Yes | Slot start time |