Skip to main content
Glama

mcp-figma

by smithery-ai

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

NameRequiredDescriptionDefault
branch_dataNoOptional. Include branch data if true
depthNoOptional. Depth of nodes to return (1-4)
fileKeyYesThe key of the file to get
versionNoOptional. A specific version ID to get

Input Schema (JSON Schema)

{ "properties": { "branch_data": { "description": "Optional. Include branch data if true", "type": "boolean" }, "depth": { "description": "Optional. Depth of nodes to return (1-4)", "type": "number" }, "fileKey": { "description": "The key of the file to get", "type": "string" }, "version": { "description": "Optional. A specific version ID to get", "type": "string" } }, "required": [ "fileKey" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-figma

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/mcp-figma'

If you have feedback or need assistance with the MCP directory API, please join our Discord server