summarize_visual_diff
Summarize a finished visual comparison as a concise page-by-page list of changes with type, title, salience, and optional text snippets, filtering by minimum prominence to focus on meaningful edits.
Instructions
Compact page-by-page summary of the visual diff of a finished visual comparison: one entry per change group (fragments sharing a groupId are deduplicated), with type, title, salience, and optional text snippets. No image URLs and no pixel coordinates, so it is the cheapest way for an agent to reason about what changed and where. Use min_salience to hide low-prominence changes; prominence order is technical < subtle < visible < structural. Requires visual.status="ready"; for text-mode comparisons use get_text_diff instead. Does not consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_salience | No | Only include changes at or above this prominence level | |
| comparison_id | Yes | The comparison UUID | |
| include_snippets | No | Include snippetA/snippetB text excerpts for each change | |
| max_changes_per_page | No | Maximum changes listed per page; extra changes are counted as omitted |