Save audit report to disk
report_saveRender audit results as Markdown reports and save them to your workspace. Provide the audit data and target file path to generate the report.
Instructions
Render an audit_page or audit_site result as a Markdown report and write it to a file under MCP_WORKSPACE_ROOT (defaults to cwd).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target file path. May be relative to MCP_WORKSPACE_ROOT (or cwd if unset). Paths that escape the workspace root are rejected. | |
| overwrite | No | If true (default), overwrite an existing file. If false, the write fails when the target already exists. | |
| audit_result | No | The return value of `audit_page` or `audit_site`. Pass the structured result verbatim - the tool detects which shape it is and renders the matching Markdown report. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Which input shape the report was rendered for. | |
| saved_to | Yes | Absolute path of the file that was written. | |
| bytes_written | Yes |