Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
duplicateNodeTOOL
Duplicate a node in the Framer project. Creates an exact copy of the node and all its children.
The duplicated node will be placed at the end of the original node parent.
Returns the ID of the newly created duplicate node. It will have same attributes, content and children.
DO NOT USE this tool to move a node to a different place or ordering. Instead use updateXmlForNode to change the parent of a node or its position in the layers tree.
Parameters
nodeId *string
The ID of the node to duplicate
Min length: 1
Request example
{ "method": "tools/call", "params": { "name": "duplicateNode", "arguments": { "nodeId": "string" } } }