Get one design token
tokens_getRetrieve a design token by its dot-path name, such as 'color.primary'. Returns the token's name, type, and value, or suggests close matches if not found.
Instructions
Get a single design token by its dot-path name, e.g. 'color.primary'. Returns { name, type, value }. If the token does not exist the error lists close matches; call tokens_list to see all names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name as a dot path, e.g. 'color.primary' |