memory_update
Update an existing memory with new content, title, or metadata. Automatically regenerates vector embeddings and preserves previous versions in history.
Instructions
Update an existing memory. If content changes, the vector embedding is automatically regenerated. Previous versions are preserved in history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the memory to update | |
| content | No | New content (will re-generate embedding) | |
| title | No | New title | |
| metadata | No | Updated metadata (replaces existing) | |
| tags | No | Updated tags (replaces existing) | |
| expires_at | No | New full ISO-8601 expiration timestamp (e.g. 2026-03-01T00:00:00Z), or null to remove | |
| changed_by | No | Who made this change (for version history) | |
| importance_score | No | Reassign importance 0-1 (governance/criticality) |