Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_item_spacing

Adjust spacing between elements in an auto-layout frame in Figma by specifying the node ID and desired item spacing, ensuring consistent design alignment.

Instructions

Set distance between children in an auto-layout frame

Input Schema

NameRequiredDescriptionDefault
itemSpacingYesDistance between children. Note: This value will be ignored if primaryAxisAlignItems is set to SPACE_BETWEEN.
nodeIdYesThe ID of the frame to modify

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemSpacing": { "description": "Distance between children. Note: This value will be ignored if primaryAxisAlignItems is set to SPACE_BETWEEN.", "type": "number" }, "nodeId": { "description": "The ID of the frame to modify", "type": "string" } }, "required": [ "nodeId", "itemSpacing" ], "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