check_citations
Fact-check all claims in a text block automatically, returning a per-claim report with verdict, sufficiency rating, and a signed receipt for verification.
Instructions
PURPOSE: Fact-check EVERY claim in a block of text and return a per-claim report — the batch form of verify_claim, for AI-generated drafts before you publish or act on them. GUIDELINES: each reported claim carries verdict, sufficiency (abstain/escalate on anything but 'sufficient'), and a conformal guarantee when certified; the response is covered by a signed receipt bound to a hash of your text, so you can prove which document was checked. Use verify_claim for a single claim. PARAMETERS: text = the prose (claims extracted automatically); maxClaims 1-20 (default 8). LIMITATIONS: skips questions/opinions, bounded by maxClaims, same source limits as verify_claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text whose factual claims should be checked. | |
| maxClaims | No |