Skip to main content
Glama

create_vector

Create single or multiple vector nodes in Figma with customizable dimensions, positions, and paths. Supports batch creation with optional parent node assignment for structured design workflows.

Instructions

Creates one or more vector nodes in Figma. Use 'vector' for single or 'vectors' for batch.

Input Schema

NameRequiredDescriptionDefault
vectorNo
vectorsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "vector": { "additionalProperties": false, "properties": { "height": { "default": 100, "type": "number" }, "name": { "type": "string" }, "parentId": { "description": "Optional parent node ID.", "type": "string" }, "vectorPaths": { "items": { "additionalProperties": false, "properties": { "data": { "type": "string" }, "windingRule": { "enum": [ "EVENODD", "NONZERO" ], "type": "string" } }, "required": [ "windingRule", "data" ], "type": "object" }, "minItems": 1, "type": "array" }, "width": { "default": 100, "type": "number" }, "x": { "default": 0, "type": "number" }, "y": { "default": 0, "type": "number" } }, "required": [ "vectorPaths" ], "type": "object" }, "vectors": { "items": { "$ref": "#/properties/vector" }, "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