f2c-mcp-server

figma_get_file_data

Retrieve detailed Figma file data including nodes, geometry paths, and plugin information using file keys and node IDs. Essential for developers and designers accessing specific file details.

Instructions

Get detailed information about a Figma file

Input Schema

NameRequiredDescriptionDefault
branch_dataNoSpecify whether to return branch data
depthNoSpecify the depth of nodes to return
fileKeyYesUnique identifier of the Figma file
geometryNoSpecify whether to include geometry path data
idsYesList of node IDs to retrieve, comma separated
personalTokenNoYour Figma personal access token
plugin_dataNoSpecify plugin data to return
versionNoSpecify the version to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch_data": { "description": "Specify whether to return branch data", "type": "boolean" }, "depth": { "description": "Specify the depth of nodes to return", "type": "number" }, "fileKey": { "description": "Unique identifier of the Figma file", "type": "string" }, "geometry": { "description": "Specify whether to include geometry path data", "enum": [ "paths" ], "type": "string" }, "ids": { "description": "List of node IDs to retrieve, comma separated", "type": "string" }, "personalToken": { "description": "Your Figma personal access token", "type": "string" }, "plugin_data": { "description": "Specify plugin data to return", "type": "string" }, "version": { "description": "Specify the version to return", "type": "string" } }, "required": [ "fileKey", "ids" ], "type": "object" }

You must be authenticated.

Other Tools from f2c-mcp-server

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/f2c-ai/f2c-mcp'

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