update_memory
Modify existing memory entries by updating content, importance, scope, type, category, subject, or tags within the cogmemai-mcp server's persistent cloud memory system.
Instructions
Update an existing memory's content, importance, or scope.
Input Schema
TableJSON 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) |