Skip to main content
Glama

evaluate_design

Read-only

Evaluate design descriptions against UX principles to uncover violations and obtain specific improvement suggestions.

Instructions

Evaluate a design description against UX principles. Returns relevant principles, potential violations, and improvement suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalsNoWhat to evaluate for (e.g. ['conversion', 'accessibility', 'mobile-usability'])
compactNoReturn only ids+names for matched principles/patterns (drop their full bodies) plus counts and any before/after diff. Default false. Use when the full principle library payload would blow the tool-result budget.
contextNoWhat the design is (e.g. 'pricing page for SaaS product')
descriptionNoDescription of the design to evaluate
after_screenshotNoBase64 PNG of the AFTER state. When both before+after are provided, returns a structured pixel diff with fix_confirmed.
before_screenshotNoBase64 PNG of the BEFORE state
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds that it returns results but omits behavioral traits like processing cost or state changes. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core purpose. Every word adds value. No redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters (all optional) and no output schema, the description and schema cover the essentials. It could mention that it works on textual design descriptions, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters adequately. The description adds no additional semantic meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it evaluates a design description against UX principles and returns relevant principles, violations, and suggestions. This distinguishes it from sibling audit tools that focus on specific aspects (e.g., audit_contrast, audit_layout).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states the tool's function but provides no guidance on when to use it versus alternatives like audit_page or get_principles. Agents must infer its scope from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/rhinocap/raven-mcp'

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