add_node
Add a node to a NetworkX graph for modeling actions, decisions, verifications, loops, or outcomes in state/decision workflows.
Instructions
Add a node (action/decision/verification/loop/success/failure).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| node_id | Yes | ||
| node_type | Yes | ||
| label | No | ||
| phase | No | ||
| tool | No | ||
| properties | No |