amber_mark_notification_read
Remove an acknowledged developer notification from the notifications block, preventing it from appearing in future responses.
Instructions
Dismiss a developer notification after the user has acknowledged it. Permanently removes it from the developer_notifications block that appears in every tool response.
Side effects: deletes the notification row from the user's database. Idempotent in intent but returns code: not_found if already dismissed. Only call after the user has seen the notification content. Not rate-limited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notification_id | Yes | Positive integer from the `id` field of a notification in `developer_notifications`. Example: if the block contains `{id: 42, message: "..."}`, pass 42. Each ID is unique and single-use. |