debug_resolve_token
Resolve a token path within a theme to reveal the full resolved value tree, identifying missing references that cause composition tokens to fail.
Instructions
Diagnostic: resolve a specific token path under a given theme and return the full resolved value tree. Useful for debugging why a composition token doesn't produce the expected writes — if a sub-property is missing from the resolved entries, that reference couldn't be found in the theme's enabled sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| themeName | Yes | theme name, e.g. 'siemens-dark' | |
| tokenPath | Yes | e.g. 'styles.navigationButton.label.variant:secondary.size:lg.active:false.initial' |