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
Name | Required | Description | Default |
---|---|---|---|
componentSetId | No | The ID of a single component set to query. | |
componentSetIds | No | An array of component set IDs to query in batch. |