Skip to main content
Glama

Liveblocks

Official
by liveblocks

get-rooms

Retrieve recent Liveblocks rooms based on specific criteria such as limit, user ID, group IDs, room ID, or metadata. Streamline room management and data access.

Instructions

Get recent Liveblocks rooms

Input Schema

NameRequiredDescriptionDefault
groupIdsNo
limitYes
queryNo
startingAfterNo
userIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupIds": { "items": { "type": "string" }, "type": "array" }, "limit": { "maximum": 100, "type": "number" }, "query": { "additionalProperties": false, "properties": { "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "roomId": { "additionalProperties": false, "properties": { "startsWith": { "type": "string" } }, "required": [ "startsWith" ], "type": "object" } }, "type": "object" }, "startingAfter": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "limit" ], "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