mcp-figma

get_image_fills

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" }