resolve_components
Resolves component instances in a Figma file or subtree to their source file and node, leveraging the file component map and Figma API.
Instructions
Scans a Figma subtree or full file for instances, resolves each unique component through the file component map and Figma component API, and returns the source file and node for each instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | Optional node ID to limit the scan to a subtree | |
| file_key | Yes | The Figma file key (from the file URL) | |
| access_token | Yes | Your Figma personal access token |