scf_mark_notifications_read
Mark a notification read by UUID, or mark every notification read with the all flag, to clear unread items after processing them.
Instructions
Mark notifications read for the current user (write — self only): one by notification_id, or every notification when all=true. Acknowledge after processing scf_get_notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Mark every notification read — explicit opt-in, ignored when notification_id is given | |
| notification_id | No | Notification UUID to mark read |