Skip to main content
Glama

UI Expert MCP Server

by reallygood83

analyze_ui

Evaluate and enhance UI/UX by analyzing frameworks, identifying current issues, and providing tailored recommendations for specific design styles and target audiences.

Instructions

Analyze current UI/UX and provide improvement recommendations

Input Schema

NameRequiredDescriptionDefault
currentIssuesYesList of current UI/UX issues
designStyleNoDesired design style
frameworkYesFrontend framework
targetAudienceNoTarget user demographic

Input Schema (JSON Schema)

{ "properties": { "currentIssues": { "description": "List of current UI/UX issues", "items": { "type": "string" }, "type": "array" }, "designStyle": { "description": "Desired design style", "type": "string" }, "framework": { "description": "Frontend framework", "type": "string" }, "targetAudience": { "description": "Target user demographic", "type": "string" } }, "required": [ "framework", "currentIssues" ], "type": "object" }
Install Server

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