Skip to main content
Glama

set_matrix_transform

Apply transformation matrices to Figma nodes individually or in batch. Specify node IDs and matrices to modify layouts, rotations, or scaling. Supports error handling options for streamlined updates.

Instructions

Set a transformation matrix on one or more Figma nodes (single or batch).

Parameters:

  • entry: { nodeId: string, matrix: number[] } (optional, for single)

  • entries: Array<{ nodeId: string, matrix: number[] }> (optional, for batch)

  • options: { skipErrors?: boolean } (optional)

Returns:

  • content: Array of objects. Each object contains a type: "text" and a text field with the result for each node.

Input Schema

NameRequiredDescriptionDefault
entriesNo
entryNo
optionsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entries": { "items": { "additionalProperties": false, "properties": { "matrix": { "items": { "type": "number" }, "maxItems": 6, "minItems": 6, "type": "array" }, "nodeId": { "type": "string" } }, "required": [ "nodeId", "matrix" ], "type": "object" }, "type": "array" }, "entry": { "additionalProperties": false, "properties": { "matrix": { "items": { "type": "number" }, "maxItems": 6, "minItems": 6, "type": "array" }, "nodeId": { "type": "string" } }, "required": [ "nodeId", "matrix" ], "type": "object" }, "options": { "additionalProperties": false, "properties": { "skipErrors": { "type": "boolean" } }, "type": "object" } }, "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