Room MCP

create-room-as-host

Create a peer-to-peer virtual room as the host, set the first message to guide collaboration, and generate an invite code for participants to join. Facilitate goal-oriented interactions in the Room MCP server.

Instructions

create a room, and be the host. The user should provide clear direction for the objective of the room. Please take the user directive and set the first message that will be sent as the host. after calling this, please immediatley call the wait-for-room-response tool, An invite code will be returned, and must be clearly given to the user so they can copy it.

Input Schema

NameRequiredDescriptionDefault
hostFirstMessageYesThe first message to send when the peer connects to the room

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hostFirstMessage": { "description": "The first message to send when the peer connects to the room", "type": "string" } }, "required": [ "hostFirstMessage" ], "type": "object" }

You must be authenticated.

Other Tools from Room MCP

Related Tools

ID: p6xyqb1e9e