Update / trim a memory
mindmap_updateEdit a memory thread: refine title, summary, key points, or tags. Option to append instead of replace for incremental updates.
Instructions
Edit a memory — the human curation moment. Trim a stale summary, refine key points, retitle, or retag. Any omitted field is left unchanged. Set append=true to append to summary/key_points instead of replacing.
Args: id, title?, summary?, key_points?, tags?, append (default false). Returns: the updated thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Thread id | |
| title | No | New title | |
| summary | No | New (or appended) summary | |
| key_points | No | New (or appended) key points | |
| tags | No | Replace tags | |
| append | No | Append instead of replace |