notifications_mark_read
Mark a specific notification as read by providing its UUID, reducing the unread count by one. Idempotent by design, so re-marking an already-read notification causes no error.
Instructions
Mark a specific notification as read. This operation is idempotent — marking an already-read notification has no error. Decrements the unread count by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Notification UUID to mark as read |