update_node
Update metadata on an existing node in the knowledge graph to rename, re-domain, or add descriptions without affecting edges.
Instructions
Update metadata on an existing node in the knowledge graph.
Use this to rename, re-domain, or add descriptions to existing nodes without affecting their edges.
Example: update_node(node_id="node-abc123", description="V2 storage engine with segment-based persistence")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ID of the node to update | |
| name | No | Updated node name | |
| domain | No | Updated knowledge domain | |
| description | No | Updated node description |