check_availability_and_list_bookings
Check room availability and view existing bookings for specified dates and rooms in the DiSH booking system.
Instructions
Check room availability for the DiSH API and list bookings for a room and date range.
Args: datetime_range: Datetime range for the query resource_ids: Optional list of room resource IDs to query. cookie: Authentication cookie. If not provided, looks for DISH_COOKIE env var. ctx: Context object.
Returns: str: The availability summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime_range | Yes | ||
| resource_ids | No | ||
| cookie | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |