get_file_nodes
Extract specific nodes from a Figma file by providing the file key and node IDs. Optionally, specify depth or version for precise node retrieval.
Instructions
Get specific nodes from a Figma file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Optional. Depth of nodes to return (1-4) | |
fileKey | Yes | The key of the file to get nodes from | |
node_ids | Yes | Array of node IDs to get | |
version | No | Optional. A specific version ID to get |