search_design_tokens
Search KRDS design tokens including colors, spacing, and typography to find specific values for Korean government digital services.
Instructions
KRDS 디자인 토큰을 검색합니다 (색상, 간격, 타이포그래피 등).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 토큰 타입 (예: color, spacing, typography) | |
| query | No | 검색할 키워드 (예: primary, blue, font) |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "검색할 키워드 (예: primary, blue, font)",
"type": "string"
},
"type": {
"description": "토큰 타입 (예: color, spacing, typography)",
"type": "string"
}
},
"type": "object"
}