vibo_mark_notifications_read
Mark notifications as read by passing notification IDs or setting readAll to true. Confirmation is required; without it, a preview is returned.
Instructions
Mark notifications as read — pass specific notificationIds, or readAll:true to clear everything. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| readAll | No | Mark every notification as read. | |
| notificationIds | No | Specific notification ids to mark read. |