search_evidence
Search the retained corpus for what people actually said about a product or topic. Returns how many independent records exist, across how many channels, whether that clears the corroboration threshold, and the loudest few quotes with their receipt ids. Costs nothing and touches no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Optional. ISO date (2026-01-31): only records their authors wrote on or after it. Undated records sit inside no window. | |
| query | Yes | What to look for: "sizing", "battery life", "runs small". | |
| before | No | Optional. ISO date: only records written on or before it. | |
| phrase | No | Optional. Match the words as one ordered phrase, no any word fallback. Build phrases from content words. | |
| sources | No | Optional. Only these sources (reddit, appstore, sec-edgar...). | |
| category | No | Optional. Narrow to one product category. | |
| minChannels | No | Optional. Demand at least this many distinct channels for a finding verdict. Can only demote. | |
| sourceClasses | No | Optional. Filter by what kind of speaker: consumer_voice (reddit, reviews...), practitioner (github...), institutional (regulators, filings). | |
| excludeSources | No | Optional. Drop these sources, e.g. ["sec-edgar", "cpsc"] to drop the institutional records from a consumer question. |