web_search
Search the web across multiple providers to retrieve a ranked, de-duplicated list of titles, URLs, and snippets for answering open-ended questions or discovering relevant URLs.
Instructions
Search the web across multiple providers and return a ranked, de-duplicated list of results (title + URL + snippet), fusion-merged with reciprocal-rank fusion. Keyless by default (DuckDuckGo); also uses SearXNG/Exa/Brave/Tavily when their keys are configured. Use this to discover URLs or answer open-ended questions before reading pages. Returns a formatted text block, or an 'Error: ...' string when every provider fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query. | |
| max_results | No | How many results to return (default 5; clamped to 1-25). |