Talk to Figma MCP

by sonnylazuardi
Verified

set_text_content

Update text content in Figma by specifying the node ID and new text. Enables programmatic text modification in designs through natural language commands.

Instructions

Set the text content of an existing text node in Figma

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the text node to modify
textYesNew text content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the text node to modify", "type": "string" }, "text": { "description": "New text content", "type": "string" } }, "required": [ "nodeId", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Talk to Figma MCP

Related Tools

ID: 640obyv4vw