Get File Nodes
get_file_nodesGet specific nodes from a Figma design file by their node ids. Returns a compact map of node id to { name, type }. Use to inspect particular frames, components, or layers within a design file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | The Figma file key (the segment after /file/ or /design/ in a Figma URL). | |
| node_ids | Yes | Comma-separated list of node ids to retrieve (e.g. "1:2,1:3"). |