get_design_context
Resolve design token counts, component names, and conflicts before building UI. Filter by category or token type to get a full machine-readable contract summary without side effects.
Instructions
Get the resolved design system context before building UI. Read-only, no side effects. Default (no category) returns a JSON summary of token counts, component names, conflict counts, and contract metadata. Pass category: 'all' | 'tokens' | 'components' | 'conflicts' to get full detail. Pass tokenCategory to filter tokens: colors, spacing, sizes, typography, borderRadius, shadows, zIndex, breakpoints, motion (unknown/aliased categories return an actionable error, not a silent empty result). Use this as the first call to understand what exists. For lookups by name, use get_token or get_component instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| tokenCategory | No |