Skip to main content
Glama

MCP Chat

by hbd

leave_chat

Exit a specific chat room in MCP Chat by providing the room ID and client identifier. Confirms the success of leaving the room.

Instructions

Leave the current chat room.

Args: room_id: The ID of the chat room to leave client_id: Your client identifier (from enter_queue)

Returns: Success status

Input Schema

NameRequiredDescriptionDefault
client_idYes
room_idYes

Input Schema (JSON Schema)

{ "properties": { "client_id": { "title": "Client Id", "type": "string" }, "room_id": { "title": "Room Id", "type": "string" } }, "required": [ "room_id", "client_id" ], "type": "object" }

Other Tools from MCP Chat

Related Tools

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/hbd/mcp-chat'

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