fix
Correct outdated or incorrect stored knowledge by replacing an entry with new text or deleting it using its ID.
Instructions
When a stored entry is wrong or outdated, correct or delete it. IDs appear in brief/recall/gotchas/conventions results. Example: {"id": "gotcha-3f7a", "correction": "Updated text"} to replace, or {"id": "gotcha-3f7a"} to delete. Required param: "id". Pass "correction" to update; omit to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry ID (e.g. gotcha-3f7a, conv-5c9b, gen-a2d1, pref-8e4f). | |
| lobe | No | Optional. Searches all lobes if omitted. Available: | |
| correction | No | New text to replace the entry content. Omit entirely to delete the entry. |