web_search
Search the web without an API key by reading public search engine result pages. Find URLs for a topic, then read them with web_fetch; returns title, url and snippet per result.
Instructions
Search the web without an API key by reading public search engines' own result pages; the first engine with results answers, engine=all merges them. Use to find URLs for a topic, then read them with web_fetch or web_fetch_many. To search inside one site use web_site_search. Returns title, url and snippet per result, not the pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results to return. Default 10, max 50. | |
| query | Yes | What to search for, as you would type it into a search box. | |
| engine | No | auto (default: the first engine that answers), all (every engine, merged by agreement), or one of ddg, ddg-html, bing, brave. |