zap_report_read
Retrieve a generated OWASP ZAP security report by its path to review scan findings without manual file access.
Instructions
Read a generated report artifact back through MCP after zap_report_generate, without manual filesystem access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxChars | No | Maximum characters to return (optional, default: 20000, max: 200000) | |
| reportPath | Yes | Report path returned by zap_report_generate |