Create node chain
create_node_chainCreate an ordered list of nodes inside a parent COMP and optionally connect them in sequence to build a node chain. Returns created paths or stops on failure without deletion.
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. |