Skip to main content
Glama

Liveblocks

Official
by liveblocks

trigger-inbox-notification

Send tailored inbox notifications to specific users in Liveblocks, enabling real-time alerts with custom activity data for improved collaboration and engagement.

Instructions

Create a custom Liveblocks inbox notification

Input Schema

NameRequiredDescriptionDefault
activityDataYesCustom data related to the notification
kindYes
roomIdNoDon't add this unless specifically asked
subjectIdYes
userIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activityData": { "additionalProperties": { "type": [ "string", "boolean", "number" ] }, "description": "Custom data related to the notification", "type": "object" }, "kind": { "pattern": "^\\$", "type": "string" }, "roomId": { "description": "Don't add this unless specifically asked", "type": "string" }, "subjectId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "userId", "kind", "subjectId", "activityData" ], "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