search_available_rooms
Find free rooms for a specific date and time window and optional resource type, so you can check availability before booking.
Instructions
Find which rooms are free during a specific time window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format | |
| type | No | Filter by resource type, e.g. 'Conference Room' | |
| end_time | Yes | End time in HH:MM 24-hour format | |
| start_time | Yes | Start time in HH:MM 24-hour format |