suggest_style
Generate UI style presets and token overrides from natural language descriptions like 'dark hacker terminal' or 'professional fintech dashboard'.
Instructions
Get a style preset and token override suggestions based on a natural-language aesthetic description.
Args:
description (string): Describe the desired look and feel (e.g. 'dark hacker terminal', 'friendly pastel kids app', 'professional fintech dashboard')
output_format ('preset_id'|'tokens'|'full'): What to return (default: 'full')
preset_id: Just the best matching preset ID
tokens: Just the suggested token overrides
full: Preset ID, token overrides, category info, and reasoning
Returns matching preset and style suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural-language description of the desired aesthetic or use-case (e.g. 'dark hacker terminal', 'friendly kids app') | |
| output_format | No | What to return: just the preset ID, just token overrides, or both with reasoning | full |