memory_update
Update an existing memory by providing its ID and modifying its content, category, or tags to keep information current.
Instructions
Update an existing memory.
Args:
memory_id: The ID of the memory to update (full or partial UUID)
content: New content (re-embeds if changed)
category: New category
tags: New tags (replaces existing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| content | No | ||
| category | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |