multi_search
Run multiple related search queries in parallel and merge deduplicated results ranked by cross-query agreement. Use for exploratory research to cover different angles of a topic.
Instructions
Run several related queries in parallel and merge the results, deduplicated by URL and ranked by how many sub-queries agreed on them. Use this for exploratory research on a topic ('search this from a few angles') rather than a single precise lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | 2+ related search queries. | |
| language | No | ||
| time_range | No | ||
| count_per_query | No | Results fetched per sub-query before merging (default 8). |