web_search
Search the web via DuckDuckGo and get the top results with titles, URLs, and snippets. No API key or browser permission required; combine with web_fetch to read pages.
Instructions
Search the web (DuckDuckGo) and return the top N results (title, URL, snippet). No API key. No browser permission required. Combine with web_fetch to read the full content of a result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string. | |
| num_results | No | Number of results to return (1–10, default 5). |