generate_summary_report
Create executive summaries from accessibility audit results or URLs. Customize output format and detail level to present key findings and recommendations.
Instructions
Generate executive summary report with key findings and recommendations. Supports multiple formats (text, markdown, HTML) and detail levels (executive, detailed, technical).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Detail level: "executive" (high-level summary for executives), "detailed" (comprehensive summary with breakdowns), or "technical" (technical details for developers). Default: "executive". | executive |
| format | No | Output format: "text" (plain text), "markdown" (markdown format), or "html" (HTML report). Default: "markdown". | markdown |
| results | Yes | Audit result object(s) or URL string(s). If URL(s) provided, audit(s) will be run first. |