suggest_remediations
Extract ranked remediation suggestions from Tactual accessibility analysis to prioritize critical fixes for screen-reader navigation issues.
Instructions
Extract the top unique remediation suggestions from a Tactual analysis result, ranked by severity. Returns a JSON array of {targetId, severity, score, fix, penalties}.
Read-only, no side effects. Most useful with large JSON results where you want a prioritized shortlist of what to fix first. For SARIF results, the findings already contain fix suggestions inline — this tool is redundant in that case. Input must be a JSON string from analyze_url (format='json').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis | Yes | Analysis result as JSON string | |
| maxSuggestions | No | Maximum number of suggestions to return |