update_memory
Update an existing memory entry by key, modifying its content, tags, or importance score for better recall and organization.
Instructions
Update the content, tags, or importance of an existing memory by key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The memory key to update | |
| new_content | No | Replacement content (omit to keep existing) | |
| tags | No | New tag list — replaces existing tags | |
| importance | No | New importance score 1-10 |