Skip to main content
Glama

Talk to Figma MCP

MIT License
2,514
3,528
  • Apple
  • Linux

resize_node

Resize design elements in Figma by specifying the node ID, width, and height. Modify dimensions programmatically through the Talk to Figma MCP server integration.

Instructions

Resize a node in Figma

Input Schema

NameRequiredDescriptionDefault
heightYesNew height
nodeIdYesThe ID of the node to resize
widthYesNew width

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "height": { "description": "New height", "exclusiveMinimum": 0, "type": "number" }, "nodeId": { "description": "The ID of the node to resize", "type": "string" }, "width": { "description": "New width", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "nodeId", "width", "height" ], "type": "object" }

You must be authenticated.

Other Tools from Talk to Figma MCP

Related Tools

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/sonnylazuardi/cursor-talk-to-figma-mcp'

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