memory_forget
Delete specific memories by ID or semantic query. Use dry-run to preview matches, then confirm to permanently remove them.
Instructions
Remove specific memories by id, or by semantic query (dry-run by default; pass confirm:true to delete).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact memory id to remove | |
| query | No | Semantic query; matched memories are removed when confirm:true | |
| confirm | No | Actually delete (without it: dry-run preview) | |
| min_similarity | No | Similarity threshold for query removal (default 0.15) |