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
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Local file path, file:// URI, http(s) URL, data URL, or base64 image data | |
| images | Yes | One 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", ... | |
| prompt | No | What to compare or how to weigh differences (e.g. "focus on the error banner") | |
| mimeType | No | Optional MIME type hint for a single bare-base64 `image` input, e.g. image/png |