clone_multiple_nodes
Clone a single node to multiple positions in one operation to speed up repetitive duplication tasks.
Instructions
Clone a node to multiple positions in one operation. Significantly faster than multiple individual clone operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | No | Parent node ID for all clones (optional) | |
| positions | Yes | Array of positions where clones should be placed | |
| sourceNodeId | Yes | The ID of the node to clone |