Generate Border Radius Scale
ui_generate_border_radius_scaleGenerate a six-level border-radius scale (sharp, subtle, rounded, pill) with px/rem values, usage guidance, and CSS custom properties for UI consistency.
Instructions
Generate a border-radius scale with named levels from sharp to fully rounded.
Supports four visual styles: sharp (minimal radius), subtle (small radius), rounded (medium radius), and pill (large/pill radius).
Args:
style (string, optional): Radius visual style — 'sharp', 'subtle', 'rounded', 'pill'. Default: 'subtle'
response_format (string, optional): 'markdown' or 'json'. Default: 'markdown'
Returns: Border radius scale with 6 levels (none to full), px/rem values, usage guidance, and CSS custom properties.
Examples:
Subtle radius for minimal design: style="subtle"
Pill radius for playful design: style="pill"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Radius visual style | subtle |
| response_format | No | Output format | markdown |