diff_results
Compare before and after web accessibility scans to verify fixes, identify regressions, and track resolved or added penalties with severity changes per target.
Instructions
Compare two Tactual analysis results (before/after). Shows what improved, regressed, which penalties were resolved or added, and severity band changes per target. Returns a JSON array of {targetId, baselineScore, candidateScore, status, penalties}.
Read-only, no side effects. Use after fixing accessibility issues to verify improvements. Both inputs must be JSON strings from analyze_url (format='json'). Not useful for SARIF output — use analyze_url directly for before/after SARIF comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | Yes | Baseline analysis result as JSON string | |
| candidate | Yes | Candidate analysis result as JSON string |