mcp-figma

get_file_styles

Get styles from a file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe key of the file to get styles from

Input Schema (JSON Schema)

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