f2c-mcp-server

figma_get_file_meta

Retrieve metadata for a Figma file by providing its unique file key and personal access token. Streamline design file analysis and integration.

Instructions

Get metadata information for a Figma file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesUnique identifier of the Figma file
personalTokenNoYour Figma personal access token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileKey": { "description": "Unique identifier of the Figma file", "type": "string" }, "personalToken": { "description": "Your Figma personal access token", "type": "string" } }, "required": [ "fileKey" ], "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