Skip to main content
Glama
dbonomo
by dbonomo

design_review

Critique a Pebble screenshot for design-system adherence: palette fidelity, contrast legibility, and color-role guidance, with prioritized fixes.

Instructions

Critique a Pebble screenshot against the design system.

Analyzes one screenshot and returns an actionable, compact critique: palette adherence (what fraction of pixels are exact GColors, and the most-common off-palette colors with their nearest GColor), per-region contrast/legibility judged against the sunlight-corrected display values (the reflective LCD reads duller than sRGB), role guidance vs the pebble://colors house roles, and a prioritized suggestion list.

source is a filesystem path, base64, or a data: URI of the image — OR the literal 'emulator' to capture and analyze the running emery screen (needs the pebble CLI; see capabilities()). regions sets the N×N contrast grid (default 3).

This is a heuristic, not a human designer: it reasons about color statistics, never glyphs — it flags pairs that look illegible and colors that are off-palette or role-inappropriate; confirm the hero-value hierarchy by eye.

Returns a JSON critique block plus the analyzed image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
regionsNo
Behavior5/5

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

With no annotations, the description takes on full responsibility for behavioral disclosure. It openly states this is a heuristic, not a human designer, explains it reasons only about color statistics and not glyphs, and advises visual confirmation for hero-value hierarchy. It also discloses the need for the pebble CLI in emulator mode and describes the output as a JSON critique plus image.

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?

The description is well-structured and front-loaded with the primary purpose. It uses separate paragraphs for parameters, limitations, and return values without fluff. Every sentence contributes to the agent's ability to invoke the tool correctly, making the length justified.

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?

The description covers input types, parameter semantics, return value contents, and limitations, which is strong given no annotations and no output schema. It does not detail the exact JSON structure or error behavior, but for selection and invocation purposes it is sufficiently complete to guide an agent.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully explains both parameters. It details the accepted formats for `source` (filesystem path, base64, data URI, or 'emulator') and the meaning of `regions` (N×N contrast grid, default 3), adding crucial context beyond the bare schema.

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 opens with a specific verb+resource phrase: 'Critique a Pebble screenshot against the design system.' It clearly states the tool's function and differentiates it from siblings like color_nearest or image_quantize by focusing on holistic design system compliance.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool (analyzing screenshots for design adherence) and even includes a cross-reference to capabilities() for emulator capture requirements. However, it does not explicitly mention when not to use it or name alternative tools for simpler tasks, so it lacks full exclusion guidance.

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/dbonomo/pebble-mcp'

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