get_fix_suggestions
Analyze broken link reports to generate prioritized remediation suggestions with actionable steps, explanations, and code snippets for fixing or updating links.
Instructions
Given a broken links report, returns prioritized remediation suggestions.
Each suggestion includes the broken URL, a recommended action (update link, follow redirect, remove, etc.), a human-readable explanation, and a code snippet where applicable.
Accepts either the full JSON report from check_broken_links or just the broken_links array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broken_links_report | Yes | The scan report (JSON string or dict) from check_broken_links. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||