Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_instance_overrides

Apply copied overrides from a source component instance to selected target instances, ensuring properties are updated and components are swapped correctly in Figma designs.

Instructions

Apply previously copied overrides to selected component instances. Target instances will be swapped to the source component and all copied override properties will be applied.

Input Schema

NameRequiredDescriptionDefault
sourceInstanceIdYesID of the source component instance
targetNodeIdsYesArray of target instance IDs. Currently selected instances will be used.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sourceInstanceId": { "description": "ID of the source component instance", "type": "string" }, "targetNodeIds": { "description": "Array of target instance IDs. Currently selected instances will be used.", "items": { "type": "string" }, "type": "array" } }, "required": [ "sourceInstanceId", "targetNodeIds" ], "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