update_memory
Update memory metadata like title, category, tags, or replace the entire markdown content for a given memory id.
Instructions
Patch memory metadata and optionally replace the full markdown body. Use append_memory when adding incremental observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id to update. | |
| meta | No | Partial metadata changes. Omitted fields keep their existing values. | |
| content | No | Replacement markdown body. Leave null to preserve existing content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||