compare_images
Compare two images to detect visual differences like layout shifts, color changes, or missing elements, with severity and confidence ratings.
Instructions
Compare two images for visual differences. Use this for before/after screenshots, visual regression checks, UI changes, layout shifts, missing elements, text changes, color changes, or alignment issues. Returns differences with severity and confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | general | |
| after_url | No | ||
| diff_path | No | ||
| after_path | No | ||
| before_url | No | ||
| before_path | No | ||
| severity_threshold | No | low |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| diff_image | No | ||
| differences | No | ||
| regression_likelihood | No | none | |
| recommended_next_steps | No |