Skip to main content
Glama

get_svg_vector

Extract SVG markup from one or more Figma vector nodes using node ID or IDs. Ideal for retrieving scalable vector graphics for design workflows or real-time exports.

Instructions

Get SVG markup for one or more vector nodes.

Returns:

  • Array of { nodeId, svg } objects, one per node.

Input Schema

NameRequiredDescriptionDefault
nodeIdNoThe unique Figma node ID to extract SVG from. Provide either nodeId or nodeIds, not both.
nodeIdsNoAn array of Figma node IDs to extract SVG from. Provide either nodeId or nodeIds, not both.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The unique Figma node ID to extract SVG from. Provide either nodeId or nodeIds, not both.", "type": "string" }, "nodeIds": { "description": "An array of Figma node IDs to extract SVG from. Provide either nodeId or nodeIds, not both.", "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