contradiction.claims.list
Query stored factual assertions and claims from connected sources. Filter by subject, predicate, source, environment, or value type to explore known facts and inspect extracted data.
Instructions
Queries stored factual assertions and claims extracted from connected sources with flexible filtering by subject, predicate, source, environment, and value type. Read-only operation. Use this tool to explore known facts, find subjects with multiple assertions, or inspect extracted data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of claims to return (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| subject | No | Filter by claim subject entity name (e.g. "UserAuthService", "API Gateway") | |
| sourceId | No | Filter by originating source identifier | |
| predicate | No | Filter by property/predicate name (e.g. "node_version", "min_ram", "http_port") | |
| valueType | No | Filter by value type (e.g. "quantity", "version", "status", "date", "price", "configuration") | |
| environment | No | Filter by environment context (e.g. "production", "development") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of claims returned in current page | |
| total | No | Total count of claims matching filters | |
| claims | No | List of retrieved factual claims |