rememb_edit
Modify existing memory entries by updating content, sections, or tags while preserving unchanged fields. Edit specific entries without deleting or recreating them.
Instructions
Update an existing memory entry in-place by its ID. Modifies only the fields provided (content, section, or tags) — omitted fields are unchanged. Non-destructive: the entry is updated, not deleted and recreated. Use rememb_write to create new entries, rememb_delete to permanently remove one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | Entry ID (8 hex characters) | |
| content | No | New content | |
| section | No | Move to different section | |
| tags | No | Replace tags |