Skip to main content
Glama

MCP Chat

by hbd

leave_chat

Exit a chat room on the MCP Chat server by specifying the room ID and your client identifier to disconnect from the conversation. Verify the success status upon leaving.

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" }
Install Server

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