update_node
Modify node attributes like label, phase, tool, and custom properties in NetworkX graphs to maintain accurate graph state and support decision workflows.
Instructions
Update node properties (label, phase, tool, properties).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| node_id | Yes | ||
| label | No | ||
| phase | No | ||
| tool | No | ||
| properties | No |