figma_get_file
Fetch a Figma document using its file key or URL, with options to shrink the response by limiting depth or selecting specific node IDs.
Instructions
Gets the Figma document (GET /v1/files/:key). Use depth/ids to shrink the payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Node IDs (comma-separated or array). URL node-id (1-2) is accepted. | |
| url | No | Figma file or node URL. | |
| depth | No | Tree depth. | |
| fileKey | No | Figma file key or full URL (figma.com/design/...). |