get_available_seats
Check seat availability in an office by specifying the office ID and date range to find open seats for reservation.
Instructions
Get available seats for a specific period
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| office_id | Yes | ID of the office | |
| start_date | Yes | Start date (YYYY-MM-DD format) | |
| end_date | Yes | End date (YYYY-MM-DD format) |