get_design_system
Retrieve design tokens for any design system by ID. Choose W3C DTCG, CSS custom properties, or flat format and filter groups like color, typography, spacing, radii, elevation, and motion.
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 |