check_evidence_packet
Validate a supplied evidence packet before human review: compare claims, source IDs, quotes, and numbers against the source texts and return packet statuses (complete, review required, incomplete).
Instructions
Check a caller-provided evidence packet before human review. Use when an AI output declares claims, source IDs, optional verbatim quotes, and the full supplied source text. Returns packet_complete, source_review_required, or packet_incomplete per claim and overall, with broken references, quote mismatches, lexical-support gaps, unmatched numbers, and owner actions. Deterministic and local-text only: it does not retrieve sources, score source authority, assess factual truth, or authorize an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packet_json | Yes | Claims plus the complete source texts those claims reference. Call get_schema('evidence_packet_request') for the full nested contract. |