book_room
Schedule meeting rooms through the DiSH MCP Server by specifying time slots, room names, and user details to organize team meetings.
Instructions
Book a room using the Dish Manchester API.
Args: datetime_range: Datetime range for the booking meeting_room_name: Name of the meeting room user_info: User information. If not provided, looks for TEAM_ID and MEMBER_ID env vars. cookie: Authentication cookie. If not provided, looks for DISH_COOKIE env var. summary: Title of the booking: default to "meeting"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime_range | Yes | ||
| meeting_room_name | Yes | ||
| user_info | No | ||
| cookie | No | ||
| summary | No | Fuzzy Labs Meeting |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |