mark_notifications_seen
Mark notifications as seen up to a specified timestamp to prevent reprocessing on subsequent fetches, relying on a server-side cursor.
Instructions
Mark notifications as seen up to a timestamp (defaults to now) so they are not reprocessed on subsequent get_notifications calls. Requires authentication (app password). Persists the seen cursor server-side; use get_notifications to retrieve new notifications after calling this. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seenAt | No | ISO 8601 timestamp; notifications up to this time are marked seen. Defaults to now. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the operation succeeded. | |
| message | Yes | Human-readable confirmation message. | |
| seenAt | Yes | ISO 8601 timestamp that was submitted as the seen-up-to marker (the value that was persisted). |