Graph Contradictions
graph_contradictionsFind contradictory facts in your knowledge graph by identifying pairs linked by a CONTRADICTS edge. Use this tool to review unresolved conflicts, then resolve them by weakening the wrong edge or marking a fact as superseded.
Instructions
Find facts that contradict each other in the memory graph — pairs connected by a CONTRADICTS edge. Use during reviews, before a graph_decay run, or when the user asks about conflicting information. Returns {contradictions: [{node_a, node_b, description, detected_date, resolved}], count} ordered by most-recently detected. By default only unresolved pairs are surfaced; set include_resolved=true to audit historical resolutions. Resolve a contradiction by graph_weaken on the wrong edge or by graph_relate with relation=SUPERSEDES on the new fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_resolved | No | Include resolved contradictions (default: false) |