source_coverage
Check an evidence pack against required source categories to find gaps before relying on a memo. Outputs matched and missing source types.
Instructions
Diagnose whether an evidence pack covers the must_check source types for a category. Use after collecting evidence to find source gaps before relying on a memo. Pass evidence_json and optionally category; if category is omitted, the tool uses evidence_json.source_category. Returns matched and missing source types. It does not discover new sources, verify truth, or change validate_evidence results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional source requirement category slug; overrides evidence_json.source_category. | |
| evidence_json | Yes | Parsed evidence pack to compare against source requirements. |