Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
getNodeXmlTOOL
Get a specific Framer node as XML. You first need to get a node id via getProjectXml or call getSelectedNodesXml instead
IMPORTANT. If you need to recursively read all xml in the Framer project you should first read all pages xml, then read all components xml for the components that appear in the pages. Components are a way to encapsulate layers, you still need to call getNodeXml on each instance componentId to see the actual component implementation.
read-only
Parameters
nodeId *string
The ID of the node to get as XML for, can be a page nodeId, a component componentId or any other XML layer found in a page or component
Min length: 1
Request example
{ "method": "tools/call", "params": { "name": "getNodeXml", "arguments": { "nodeId": "string" } } }