update_memory
Update existing memory entries with corrected or current information, triggering automatic re-processing for embeddings, categorization, and consolidation in the Memsolus MCP Server.
Instructions
Replace an existing memory with new text. Triggers re-processing (new embedding, re-categorization, re-consolidation).
When to use: User corrects a fact, a preference changed, or info is outdated. PREFER this over delete+add when fixing existing info. When NOT to use: The info is completely wrong and should just be removed (use delete_memory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | UUID of the memory to update. | |
| memory | Yes | New memory text that fully replaces the existing one. Write as a complete, self-contained statement. | |
| priority | No | Optionally change priority. |