mark_notifications_read
Mark all notifications up to a cursor timestamp as read using a cursor from list_notifications.
Instructions
Mark all notifications at or before the cursor timestamp as read.
Already-read notifications keep their original read_at. Use the cursor returned by list_notifications.
Args: cursor: Cursor from a list_notifications response (e.g. "ts_...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes |