get_report_markdown
Fetch a finished report as compact, agent-ready Markdown: health, a prioritized fix plan with remediation, and issues collapsed to one row per code (code | severity | count | example URLs) — small enough to keep in context on a real site. Set full=true for the complete human report (large). Use get_issue_detail to expand any single code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | When true, return the full human report (all occurrences, checks coverage). Default false = compact agent view. | |
| domain | No | Optional domain label for the report heading. | |
| scan_id | Yes | The scan id returned by scan_url. |