update
Revise an existing memory entry to fix wrong information, add missing tags, or reword content while keeping the original ID and creation date.
Instructions
Update an existing memory entry. Use this when a capture needs corrections (wrong info, missing tags, needs rewording). Preserves the original ID and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the capture to update. | |
| tags | No | The new tags. Replaces existing tags entirely. | |
| type | No | The new type. If omitted, the original type is kept. | |
| content | No | The new content. If omitted, the original content is kept. | |
| verified | No | Set to true to mark as verified. |