Room MCP

by agree-able

send-message

Send a message to a peer in a Room MCP virtual room, await a response, and receive notification if the peer exits. Facilitates goal-oriented collaboration in peer-to-peer environments.

Instructions

send a message to a room. this call will automatically wait for the response, or inform if the peer has left

Input Schema

NameRequiredDescriptionDefault
messageYes
roomIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "type": "string" }, "roomId": { "type": "string" } }, "required": [ "roomId", "message" ], "type": "object" }

You must be authenticated.

Other Tools from Room MCP

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/agree-able/room-mcp'

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