Skip to main content
Glama

UX/UI Tools for React + Material-UI

apply_nielsen_heuristic

Apply Nielsen's usability heuristics to React components to identify and address potential user experience issues based on established design principles.

Instructions

Aplica uma heurística específica de Nielsen

Input Schema

NameRequiredDescriptionDefault
componentYesCódigo do componente ou nome do arquivo
heuristicYesNúmero da heurística (1-10)

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Código do componente ou nome do arquivo", "type": "string" }, "heuristic": { "description": "Número da heurística (1-10)", "enum": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ], "type": "string" } }, "required": [ "component", "heuristic" ], "type": "object" }

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/MarcusViniciusBarcelos/uiux-tools-react-mui'

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