contradiction.conflicts.list
Filter stored contradiction records by status, severity, type, or confidence to prioritize and triage conflicts, with claim summaries and source details.
Instructions
Queries stored contradiction records from the database with filtering by resolution status, severity level, contradiction type, and confidence score. Returns enriched contradiction records with associated claim summaries and originating source details. Read-only operation. Use this tool to prioritize and triage conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by contradiction classification type string | |
| limit | No | Maximum number of records to return (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| status | No | Filter by contradiction lifecycle status (OPEN, REVIEWED, RESOLVED, DISMISSED) | |
| severity | No | Filter by severity level (LOW, MEDIUM, HIGH, CRITICAL) | |
| minConfidence | No | Filter by minimum confidence threshold between 0.0 and 1.0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of contradictions returned in current page | |
| total | No | Total count of contradictions matching filter | |
| contradictions | No | List of contradiction records |