Figma MCP Server

by moonray

analyze_figma_file

Analyze Figma file structures to extract node hierarchies and understand their organization. Input a Figma URL and optionally specify depth to control the node tree analysis. Powered by Figma MCP Server.

Instructions

Analyze a Figma file structure to understand its nodes and hierarchy

Input Schema

NameRequiredDescriptionDefault
depthNoOptional depth parameter to limit the node tree depth
figmaUrlYesThe URL of the Figma file to analyze

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Optional depth parameter to limit the node tree depth", "type": "number" }, "figmaUrl": { "description": "The URL of the Figma file to analyze", "type": "string" } }, "required": [ "figmaUrl" ], "type": "object" }

You must be authenticated.

Other Tools from Figma MCP Server

Related Tools

ID: 4xg15vn8hw