Set Design Token
design_set_tokenSet or update a design token for colors, typography, spacing, shadows, radii, or transitions, with real-time dashboard updates.
Instructions
Set or update a single design token. The client dashboard updates in real-time.
Categories: colors, typography, spacing, shadows, radii, transitions
Args:
category (string): Token category (colors, typography, spacing, shadows, radii, transitions)
key (string): Token key (e.g. "color-primary", "font-display", "space-md")
value (string): Token value (e.g. "#FF5733", "1.5rem", "12px")
Example:
design_set_token(category="colors", key="color-primary", value="#FF5733")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Token key (e.g. 'color-primary') | |
| value | Yes | Token value | |
| category | Yes | Token category |