mcp-figma

get_file_styles

Extract styles from a Figma file using its unique file key to access design elements like colors, typography, and effects for consistent UI implementation.

Instructions

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" }
ID: z3gvv0394m