search_with_synthesis
Performs deep multi-engine search with waterfall verification and returns structured results plus a synthesis prompt for the agent to derive its own answer.
Instructions
Deep search with waterfall multi-engine verification. Returns structured results plus a prompt_hint for the agent to synthesize its own answer. No external LLM call or model API key is required; search and enrichment still make outbound network requests.
Best for: Complex queries needing multi-source verification and LLM synthesis. Not recommended for: Simple fact-finding — use free_search instead.
@readOnly true @idempotent true — runs waterfall search across free+paid engines with content enrichment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of search results to gather (1-20) | |
| query | Yes | Search query | |
| language | No | auto | |
| min_confidence | No | Minimum source-reliability confidence (0-1). Legacy values 2-3 are treated as min_source_count. | |
| min_source_count | No | Minimum independent upstream provider families; accepts 1-12 for compatibility, current adapters expose at most 12. |