forget
Delete specific memory entries from the server when the user requests removal. Filter captures by tags, type, task, or date for targeted deletion.
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. |