Find Contradictions
find_contradictionsFind contradictions in a knowledge graph by traversing 'contradicts' reasoning edges, with scope options for all or recent 30 days.
Instructions
Traverse the typed reasoning graph for active 'contradicts' edges — the sharpest of six relation types. scope='all' or 'recent_30d'. Returns {from_slug, to_slug, confidence, surfaced_at, source_run_id}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | 'all' returns every active contradiction; 'recent_30d' filters to edges surfaced in the last 30 days. | all |