MCP Libraries
mcp-design-system-extractorTools Reference

get_theme_info

Get design system theme information

get_theme_info

Gets design system theme information including colors, spacing, typography, and breakpoints.

Parameters

ParameterTypeRequiredDescription
includeAllbooleanNoInclude all CSS custom properties

Example

{
  "tool": "get_theme_info",
  "arguments": {
    "includeAll": false
  }
}

Response

Returns categorized theme tokens:

  • Colors
  • Spacing
  • Typography
  • Breakpoints
  • CSS custom properties

On this page