update_memory
Update a stored memory's content, importance, scope, or associated metadata to keep your AI assistant's knowledge accurate and relevant.
Instructions
Update an existing memory's content, importance, or scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Memory ID to update | |
| content | No | New content | |
| importance | No | New importance (1-10) | |
| scope | No | New scope | |
| memory_type | No | New memory type | |
| category | No | New category (e.g., "backend", "frontend", or any custom category) | |
| subject | No | New subject (e.g., "auth_system", "react_version") | |
| tags | No | New tags (replaces existing tags) |