explain_finding
Deep-dive a specific accessibility finding by ID to get element HTML, screenshot, WCAG criteria, user impact, repro steps, and fix code.
Instructions
[findings] Deep-dive a specific finding by ID: returns element HTML, screenshot URL, WCAG criteria, user impact, repro steps, before/after fix code. Use after audit_url to expand on a finding from get_findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finding_id | Yes | Finding ID from get_findings (format: rule:hash) | |
| audit_id | Yes | Audit ID that contains this finding | |
| include_screenshot | No | Include screenshot URL | |
| include_trace | No | Include trace URL (larger payload) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |