save_audit_report
Render an audit page or site result as a Markdown report and write it to a file. Enables storage and review of AI-citation eligibility evaluations.
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 |
|---|---|---|---|
| audit_result | No | The return value of audit_page or audit_site | |
| path | Yes | Target file path. May be relative to MCP_WORKSPACE_ROOT (or cwd). | |
| overwrite | No |