get_reservations_by_room
Retrieve reservations for a specific meeting room, optionally filtered by date, to check availability and manage bookings on the Boma platform.
Instructions
Get all reservations for a specific room, optionally filtered by date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomId | Yes | Room name (e.g. "Big Mike", "Gran Enana", "Lakatán", "Dacca", "Cavendish", "Dominico") | |
| date | No | Date in YYYY-MM-DD format. If not provided, returns all reservations for the room |