Skip to main content
Glama

Talk to Figma MCP

by yhc984

get_instance_overrides

Retrieve override properties from a selected component instance in Figma. Apply these properties to other instances to match the source component.

Instructions

Get all override properties from a selected component instance. These overrides can be applied to other instances, which will swap them to match the source component.

Input Schema

NameRequiredDescriptionDefault
nodeIdNoOptional ID of the component instance to get overrides from. If not provided, currently selected instance will be used.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "Optional ID of the component instance to get overrides from. If not provided, currently selected instance will be used.", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yhc984/cursor-talk-to-figma-mcp-main'

If you have feedback or need assistance with the MCP directory API, please join our Discord server