Skip to main content
Glama

compare_images

Compare multiple images to get a plain-text explanation of their similarities and differences. Helps with before/after, A/B UI tests, design variants, and sequential screenshots.

Instructions

Compare two or more images and explain similarities/differences. Use for "compare image 1 and 2", before/after, A/B UI, design variants, or sequential screenshots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoLocal file path, file:// URI, http(s) URL, data URL, or base64 image data
imagesYesOne or more images. Prefer this for multi-image chats: ["path/a.png", "path/b.png"] or [{source, label: "1"}, {source, label: "2"}]. Labels default to "1", "2", ...
promptNoWhat to compare or how to weigh differences (e.g. "focus on the error banner")
mimeTypeNoOptional MIME type hint for a single bare-base64 `image` input, e.g. image/png
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It correctly conveys a read-only comparison behavior, but does not disclose output format, handling of remote images (only in schema), or any limitations. It is adequate but not rich in behavioral context.

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 concise, with just two sentences. It front-loads the core purpose and then lists concrete use cases. There is no redundancy or filler, making it highly scannable for an agent.

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

Completeness3/5

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

The description clearly explains what the tool does and when to use it, but with no output schema or annotations, it lacks details about the response format, error handling, or constraints like maximum image count. It is sufficient for a straightforward tool but leaves some context to be inferred.

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?

The input schema already provides detailed descriptions for all parameters, including examples for the 'images' array. The description reinforces the comparison purpose but does not add new parameter-level semantics beyond what the schema already states, so the baseline of 3 is appropriate.

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 the tool's core function: 'Compare two or more images and explain similarities/differences.' It uses a specific verb and resource, and the examples (before/after, A/B UI, design variants) make it easy to distinguish from sibling tools like analyze_image or describe_image.

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 'Use for' clause gives explicit scenarios (comparing image 1 and 2, before/after, A/B UI), providing strong guidance on when to invoke this tool. However, it does not explicitly mention alternatives or when not to use it, though the sibling tool list offers context for exclusion.

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/RimunAce/mcp-six-eyes'

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