Mentor MCP Server

by cyanheads
Verified

design_critique

Offers a critique of a design document, UI/UX mockup, or architectural diagram, focusing on usability, aesthetics, consistency, accessibility, and potential design flaws.

Input Schema

NameRequiredDescriptionDefault
design_documentYesA description or URL to the design document/image
design_typeYesType of design (e.g., 'web UI', 'system architecture', 'mobile app')

Input Schema (JSON Schema)

{ "properties": { "design_document": { "description": "A description or URL to the design document/image", "type": "string" }, "design_type": { "description": "Type of design (e.g., 'web UI', 'system architecture', 'mobile app')", "type": "string" } }, "required": [ "design_document", "design_type" ], "type": "object" }