Skip to main content
Get detailed information about a Figma file including components and styles

Tool details

FieldValue
Namefigma__get_file
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.