join-with-invite
Join a peer-to-peer virtual room on Room MCP by entering a valid invite code to collaborate with others in goal-oriented tasks.
Instructions
join a room with an invite code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
invite | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"invite": {
"type": "string"
}
},
"required": [
"invite"
],
"type": "object"
}