Skip to main content
Glama

get_grid

Retrieve layout grids for Figma nodes (FRAME, COMPONENT, INSTANCE) to analyze or replicate design structures. Supports single or batch requests, returning detailed grid data for precise design management.

Instructions

Get all layout grids for one or more Figma nodes (FRAME, COMPONENT, INSTANCE).

Returns: For single: { nodeId, grids: [...] }, for batch: Array<{ nodeId, grids: [...] }>.

Input Schema

NameRequiredDescriptionDefault
nodeIdNo
nodeIdsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "type": "string" }, "nodeIds": { "items": { "type": "string" }, "type": "array" } }, "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/amalinakurniasari/conduit'

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