Get Node Tree
get_node_treeRetrieve the structural hierarchy of Figma slides, including node IDs, types, names, and bounding boxes. Set depth to control recursion and nodeId to start from a specific node.
Instructions
Get structural tree: IDs, types, names, bounds. Use depth to limit recursion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max depth. null = unlimited. | |
| nodeId | No | Root node. Default: current page. |