Skip to main content
Glama

get_variant

Retrieve variant and property details for one or multiple component sets in Figma. Use the tool to query specific component set IDs for structured data on available variants, enabling efficient design system management.

Instructions

Get info about variants/properties for one or more component sets.

Returns: For single: { componentSetId, variants: [...] }, for batch: Array<{ componentSetId, variants: [...] }>.

Input Schema

NameRequiredDescriptionDefault
componentSetIdNoThe ID of a single component set to query.
componentSetIdsNoAn array of component set IDs to query in batch.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentSetId": { "description": "The ID of a single component set to query.", "type": "string" }, "componentSetIds": { "description": "An array of component set IDs to query in batch.", "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