mcp-figma

get_style

Retrieve a specific style by its key using the mcp-figma server, enabling precise access to design elements within Figma files for efficient workflow integration.

Instructions

Get a style by key

Input Schema

NameRequiredDescriptionDefault
keyYesThe style key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The style key", "type": "string" } }, "required": [ "key" ], "type": "object" }
ID: z3gvv0394m