Skip to main content
Glama

Liveblocks

Official
by liveblocks

update-room-id

Modify a Liveblocks room's ID to reflect changes in your application or project workflow, ensuring accurate room identification and uninterrupted collaboration.

Instructions

Update a Liveblocks room's ID

Input Schema

NameRequiredDescriptionDefault
newRoomIdYes
roomIdYes

Input Schema (JSON Schema)

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

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/liveblocks/liveblocks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server