Create a new design token
registry_create_tokenRegister a new design token with required id, name, category, and value. Fails on duplicate IDs, signaling the need to update the existing token instead.
Instructions
Register a brand-new design token. Fails with DUPLICATE_ID if the id already exists — use registry_update_token instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| type | No | ||
| usage | No | ||
| value | Yes | ||
| source | No | ||
| aliases | No | ||
| category | Yes | ||
| description | No |