list_contradictions
Retrieve and filter stored contradiction records by status, severity, type, and confidence to inspect cross-source inconsistencies.
Instructions
Queries stored contradiction records from the database with optional filtering by status, severity, type, and confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by contradiction type string | |
| limit | No | Maximum number of records to return (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| status | No | Filter by contradiction status (OPEN, REVIEWED, RESOLVED, DISMISSED) | |
| severity | No | Filter by severity level (LOW, MEDIUM, HIGH, CRITICAL) | |
| minConfidence | No | Filter by minimum confidence threshold |