resolve_theme
Resolves design tokens for a chosen theme, revealing differences from default. Supports filtering by path and adjusting result limit.
Instructions
Resolve the full set of design tokens for a specific theme (or arbitrary coordinate set). Shows how tokens change from the default. When truncated, offer to fetch more by calling again with limit set to the total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tokens to return. Default from config limits.resolveTheme or 100. | |
| theme | Yes | Theme name from config, or inline coordinates like 'color-scheme=dark,density=compact' | |
| pathPrefix | No | Only return tokens matching this path prefix, e.g. 'color.semantic' |