create_rectangle
Generate a rectangle in Figma by specifying its position, dimensions, and optional attributes like name or parent node ID using the MCP server for design automation.
Instructions
Create a new rectangle in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | Yes | Height of the rectangle | |
name | No | Optional name for the rectangle | |
parentId | No | Optional parent node ID to append the rectangle to | |
width | Yes | Width of the rectangle | |
x | Yes | X position | |
y | Yes | Y position |