Create node chain
create_node_chainCreate multiple nodes in a parent component and connect them in sequence; returns all paths or reports partial progress on failure.
Instructions
Create multiple nodes and (optionally) connect them in sequence. Returns all created paths; on failure it stops and reports partial progress without deleting anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | Ordered list of nodes to create. | |
| parent_path | Yes | Parent COMP to create the chain inside. | |
| connect_sequentially | No | Wire output[0] → input[0] for each consecutive pair. |