Room MCP

wait-for-room-response

Monitor messages in a room or detect if the other party exits. Supports goal-oriented collaboration in peer-to-peer virtual environments by waiting for responses or notifications.

Instructions

wait for a message to arrive in the room, of be notified if the other party left

Input Schema

NameRequiredDescriptionDefault
roomIdYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Room MCP

Related Tools

ID: p6xyqb1e9e