MCP Tools — Notifications
Notification reads and preference updates.
3 tools in this registry. Every tool is callable over the MCP endpoint (
/api/mcp); the badge on each shows which auth modes may invoke it. See Auth models and the MCP overview.
rivr.notifications.list
Session
MCP Token
List the actor's notifications (reactions, comments, follows, etc.) most-recent first. limit defaults to 100 (max 200).
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
limit | number | — |
rivr.notifications.mark_all_read
Session
MCP Token
Mark a batch of notifications as read for the actor. Pass the notification ids to mark.
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
notificationIds | string[] | yes |
rivr.notifications.mark_read
Session
MCP Token
Set the read state of a single notification for the actor. isRead defaults to true.
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
notificationId | string | yes | |
isRead | boolean | — |