Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get detailed information about a Figma file, including pages, frames, components, and styles. Requires a Figma file key from a file or design URL.
| Field | Value |
|---|---|
| Name | figma__get_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileKey": {
"type": "string",
"description": "Figma file key"
},
"ids": {
"type": "string",
"description": "Comma-separated node IDs to include"
},
"depth": {
"type": "number",
"description": "Traversal depth for document tree"
},
"geometry": {
"type": "string",
"description": "Set to paths to export vector data"
},
"plugin_data": {
"type": "string",
"description": "Plugin data namespace to include"
}
},
"required": [
"fileKey"
],
"description": "Input schema for the figma__get_file tool."
}