get-design-token-details
Retrieve detailed information about a specific design token from Visa's Design System, including its properties and usage, to ensure consistent and accurate design implementation.
Instructions
Get detailed information about a specific design token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Design token name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Design token name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}