contradiction.sources.list
List registered external data sources and ingested entities with sync timestamps and claim counts. Inspect available connectors before running scans or synchronization.
Instructions
Lists all registered external data source connectors (document, website, github) and ingested source entities tracked by the system, including source IDs, synchronization timestamps, and claim counts. Read-only operation. Use this tool to inspect available data sources before initiating scans or synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional filter by source connector type | |
| limit | No | Maximum number of ingested source records to return (default: 50) | |
| offset | No | Pagination offset for source records (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of registered connector instances | |
| sources | No | Ingested source entity records | |
| connectors | No | Registered connector configurations | |
| sourcesCount | No | Number of ingested source records returned |