memory_update
Update an existing memory by ID with new content, tags, or metadata. Use when information changes, needs correction, or should be enriched with additional context.
Instructions
Update an existing memory. Use this when information has changed, needs correction, or should be enriched with additional context. Provide the memory ID and at least one field to update. This is a direct field update — content is NOT re-processed through reconciliation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory ID to update. | |
| tags | No | Updated tags (replaces the entire tag list). Omit to keep current tags. | |
| content | No | The updated memory content (replaces the existing content). Omit to keep current content. | |
| metadata | No | Updated metadata (replaces existing metadata). Omit to keep current metadata. |