mnemos_update
Modify stored memories by updating content, summary, or tags using partial PATCH semantics, enabling persistent edits for AI agent context.
Instructions
Update a memory (PATCH semantics)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID | |
| tags | No | New comma-separated tags | |
| content | No | New content | |
| summary | No | New summary |