update_memory
Update an existing memory by modifying its metadata such as title, category, tags, or author, and optionally replace its markdown content.
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 | |||