get_design_system
Retrieve design tokens from a design system by ID, including colors, typography, spacing, and more. Supports W3C DTCG, CSS, or flat format.
Instructions
Get design tokens for a specific design system. Returns colors, typography, spacing, radii, elevation, and motion tokens in W3C DTCG, CSS custom properties, or flat format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Design system ID (e.g. 'stripe', 'linear') | |
| group | No | Filter to a token group: color, color-dark, color-light, typography, spacing, radius, elevation, motion | |
| format | No | Output format: dtcg (W3C standard), css (custom properties), flat (key-value). Default: dtcg |