get_design_rules
Retrieve specific design system rules for Modus Web Components including colors, icons, spacing, typography, and other styling guidelines to maintain consistent UI implementation.
Instructions
Get specific design rules for Modus Web Components (colors, icons, spacing, typography, etc.).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | The design rule category (e.g., "colors", "icons", "spacing", "typography", "breakpoints", "radius_stroke") |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "The design rule category (e.g., \"colors\", \"icons\", \"spacing\", \"typography\", \"breakpoints\", \"radius_stroke\")",
"type": "string"
}
},
"required": [
"category"
],
"type": "object"
}