List Available Slots
list-available-slotsList the available booking slots for a company on a given date. Returns shifts and bookable hours; use the shift_id and hour when creating a booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date to check, in YYYY-MM-DD format (e.g. 2026-07-20). | |
| company_id | Yes | The company id, as returned by the find-company tool. |