memory.update
Update stored knowledge by replacing content or tags of a memory entry. Correct or refine information using its ID.
Instructions
Update an existing memory entry. Replaces content and/or tags. Use to correct or refine stored knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory entry ID to update | |
| tags | No | New tags (replaces existing) | |
| content | No | New content (replaces existing) | |
| expires_at | No | New expiry timestamp (ISO 8601). Set to empty string to remove expiry. | |
| project_id | No | Project identifier (auto-detected from project_root if not provided) | |
| project_root | No | Project root directory |