Raven
R
Raven
/evaluate_design

evaluate design

Evaluate a design description against UX principles. Returns relevant principles, potential violations, and improvement suggestions. Screenshot pixel-diff is di

liveverifiedunknown~5s typical
mcpprobedraven
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-ravenmcp-raven-mcp /evaluate_design for me.

Input

FieldTypeDescription
descriptionstringDescription of the design to evaluate
before_screenshotstringBase64 PNG of the BEFORE state
after_screenshotstringBase64 PNG of the AFTER state. When both before+after are provided, returns a structured p
goalsarrayWhat to evaluate for (e.g. ['conversion', 'accessibility', 'mobile-usability'])
contextstringWhat the design is (e.g. 'pricing page for SaaS product')
compactbooleanReturn only ids+names for matched principles/patterns (drop their full bodies) plus counts

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-ravenmcp-raven-mcp","endpoint":"/evaluate_design","input":{}}'
cli
npx cracked-ai run -p mcp-ai-ravenmcp-raven-mcp -e /evaluate_design -i '{}'
mcp
run_tool({ provider: "mcp-ai-ravenmcp-raven-mcp", endpoint: "/evaluate_design", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.