delete-all-inbox-notifications
Remove all inbox notifications for a specified user on the Liveblocks MCP server to streamline workspace management and reduce clutter.
Instructions
Delete all Liveblocks inbox notifications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"userId": {
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}