Room MCP

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

ID: p6xyqb1e9e