Skip to main content
Glama

UI Expert MCP Server

by reallygood83

generate_design_tokens

Create a tailored design token system by specifying primary color, style, and dark mode preferences, enabling consistent and scalable UI development across frameworks.

Instructions

Generate a comprehensive design token system

Input Schema

NameRequiredDescriptionDefault
darkModeNoInclude dark mode tokens
primaryColorNoPrimary brand color
styleYesOverall design style

Input Schema (JSON Schema)

{ "properties": { "darkMode": { "description": "Include dark mode tokens", "type": "boolean" }, "primaryColor": { "description": "Primary brand color", "type": "string" }, "style": { "description": "Overall design style", "enum": [ "modern", "minimal", "corporate", "playful", "elegant" ], "type": "string" } }, "required": [ "style" ], "type": "object" }

Other Tools from UI Expert MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/reallygood83/ui-expert-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server