Skip to main content
Glama

Liveblocks

Official
by liveblocks

update-room-subscription-settings

Modify subscription settings for a Liveblocks room to control notification preferences, including threads and text mentions, based on specified user and room IDs.

Instructions

Update a Liveblocks room's subscription settings

Input Schema

NameRequiredDescriptionDefault
dataYes
roomIdYes
userIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "additionalProperties": false, "properties": { "textMentions": { "enum": [ "mine", "none" ], "type": "string" }, "threads": { "enum": [ "all", "replies_and_mentions", "none" ], "type": "string" } }, "type": "object" }, "roomId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "roomId", "userId", "data" ], "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