get_file
Fetch a Figma file by its key using the MCP server, allowing access to file details, nodes, and optional branch data or specific versions.
Instructions
Get a Figma file by key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_data | No | Optional. Include branch data if true | |
depth | No | Optional. Depth of nodes to return (1-4) | |
fileKey | Yes | The key of the file to get | |
version | No | Optional. A specific version ID to get |