clone_node
Duplicate a selected node next to the original, returning the copy's ID, name, and type.
Instructions
Duplicate a node next to the original (same parent). Returns { ok, nodeId, name, type } for the copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node id to clone |