Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEAM_IDYesYour DiSH team ID
MEMBER_IDYesYour DiSH member ID
DISH_COOKIEYesYour DiSH connect.sid session cookie (e.g., connect.sid=s%3A...)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_availability_and_list_bookingsC

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.

book_roomB

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"

cancel_bookingA

Cancel a room booking using the DiSH API.

To cancel a booking, you need to know the booking ID. You can get the booking ID by using the check_availability tool to get the bookings for a room and date range.

Args: booking_id: The ID of the booking to cancel (e.g., "692192791c60f69c20311db3") cookie: Authentication cookie. If not provided, looks for DISH_COOKIE env var. skip_cancellation_policy: Whether to skip cancellation policy (default: False)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samgwd/dish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server