contradiction.claims.get
Fetch a claim's full record by ID: subject, predicate, values, provenance evidence, source metadata, and history. Inspect evidence and track value changes for contradiction detection.
Instructions
Retrieves complete details for a single factual claim by ID, including its subject, predicate, current and normalized values, provenance evidence, originating source metadata, and chronological historical value transitions over time. Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimId | Yes | The unique ID of the claim to retrieve | |
| includeHistory | No | Whether to include full chronological value transitions and superseded historical values (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Retrieved claim record | |
| history | No | Chronological history of claim values |