Render a check as a markdown report
render_reportGenerate a markdown diligence report from a finished citation check, including a summary table and flagged-row details with evidence. Use when you need a saved or attachable report from a prior report_id or report JSON.
Instructions
Turn a finished check into a markdown diligence report: header, coverage and storage notices, a summary table sorted check-this, cannot-verify, support, found, and a detail block per flagged row with the register evidence. Use it when the user wants a report to keep or attach to the file. Pass the report_id returned by check_citations or check_document (ids live in this server's memory until it exits), or the full report JSON from proofread.law's /verify endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | A full report JSON as returned by POST /verify, if you have one instead of an id. | |
| report_id | No | The 'Report id' from a previous check_citations or check_document result. |