f2c-mcp-server

figma_get_image_fills

Extract all image resources from a specified Figma file using your personal access token to streamline asset management and integration workflows.

Instructions

Get all image resources in the specified 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