Skip to main content
Glama

MCP Design System Extractor

get_component_variants

Extract all story variants and states for a specific design system component, including IDs, names, and parameters, to streamline analysis and implementation. Requires exact component name matching.

Instructions

Get all story variants/states for a specific component. Returns all stories (variants) for a component with their IDs, names, and parameters. Component name should match exactly as shown in list_components (case-sensitive).

Input Schema

NameRequiredDescriptionDefault
componentNameYesExact name of the component as returned by list_components (e.g., "Button", "Input", "Card"). Case-sensitive matching.

Input Schema (JSON Schema)

{ "properties": { "componentName": { "description": "Exact name of the component as returned by list_components (e.g., \"Button\", \"Input\", \"Card\"). Case-sensitive matching.", "type": "string" } }, "required": [ "componentName" ], "type": "object" }
Install Server

Other Tools from MCP Design System Extractor

Related Tools

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/freema/mcp-design-system-extractor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server