get_issue_detail
Drill into one issue code: every affected URL plus step-by-step remediation (what to change, why, and when it's a false alarm). Call this after get_report_markdown to expand a code from the collapsed table before applying fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The issue code to expand, e.g. "links.broken_internal" or "title.too_long". | |
| scan_id | Yes | The scan id returned by scan_url. |