update
Update existing memory entries to correct wrong info, add missing tags, or reword content while preserving original ID and creation timestamp.
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. |