Room MCP

by agree-able

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

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