Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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 components and styles
figma__get_file
{ "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." }