scan_source_for_contradictions
Scan claims from a source, file, or repository to find contradictions against other database claims, with confidence thresholds and optional dismissed results.
Instructions
Scans all claims from a specific source, file, or repository for contradictions against all other claims in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of contradictions to return (default: 50) | |
| sourceId | Yes | The unique ID, name, URI, or file path of the source to scan | |
| minConfidence | No | Minimum confidence threshold between 0.0 and 1.0 (default: 0.35) | |
| includeDismissed | No | Whether to include previously dismissed contradictions (default: false) |