mcp-figma

get_image_fills

Retrieve image URLs from a Figma file using the specified file key to access and manage visual assets within the design.

Instructions

Get URLs for images used in a Figma file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe key of the file to get image fills from

Input Schema (JSON Schema)

{ "properties": { "fileKey": { "description": "The key of the file to get image fills from", "type": "string" } }, "required": [ "fileKey" ], "type": "object" }
ID: z3gvv0394m