update_node
Update stored memory nodes by modifying content, label, or tags without losing node identity. Correct memories while preserving relational context in knowledge graph.
Instructions
Update an existing memory node's content, label, or tags. Use when a stored memory needs correction without deleting its identity. Returns the updated node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ID of the node to update. | |
| content | No | Replacement natural-language content for the node. | |
| label | No | Replacement short label for the node. | |
| tags | No | Replacement tag list for the node. |