Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_multiple_text_contents

Update multiple text contents simultaneously in a Figma node by specifying text node IDs and their replacement texts. Streamline design modifications with programmatic precision.

Instructions

Set multiple text contents parallelly in a node

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the node containing the text nodes to replace
textYesArray of text node IDs and their replacement texts

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the node containing the text nodes to replace", "type": "string" }, "text": { "description": "Array of text node IDs and their replacement texts", "items": { "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the text node", "type": "string" }, "text": { "description": "The replacement text", "type": "string" } }, "required": [ "nodeId", "text" ], "type": "object" }, "type": "array" } }, "required": [ "nodeId", "text" ], "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