Skip to main content
Glama

Liveblocks

Official
by liveblocks

get-thread-subscriptions

Retrieve active subscriptions for a specific thread in a Liveblocks room to monitor interactions and updates in real-time collaboration.

Instructions

Get a Liveblocks thread's subscriptions

Input Schema

NameRequiredDescriptionDefault
roomIdYes
threadIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "roomId": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "roomId", "threadId" ], "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