forget
Delete specific memory entries on request by ID or filters; reject incorrect memories with a reason to prevent recapture.
Instructions
Delete specific memory entries. Use this tool only when the user requests a deletion. Do not auto-forget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the capture to delete. | |
| filter | No | ||
| format | No | The response format. Use 'json' for structured data (e.g. benchmarks). Defaults to 'text'. | text |
| reason | No | The reason for rejection. Required when reject is true. The agent stores this with the tombstone. | |
| reject | No | Set this to true to reject the capture instead of deleting it. The capture is marked as rejected with a reason, and the same content cannot be captured again. Use this when the memory is wrong, not just outdated. | |
| confirm | No | Set this to true to execute the deletion. |