export_report
Export accessibility reports from scan results in JSON, HTML, or CSV format for sharing with developers, stakeholders, or tracking.
Instructions
Export accessibility report in the specified format.
Generates a formatted report from the last scan results.
Formats:
json: Machine-readable JSON with full details
html: Styled HTML report for stakeholders
csv: Spreadsheet-compatible format for tracking
Args: format: Output format - 'json', 'html', or 'csv'
Returns: Formatted report content as a string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||