Web Search
websearchSearches the web with DuckDuckGo or Google, delivering clean titles, URLs, and snippets for research and finding links.
Instructions
Search the web using DuckDuckGo or Google. Returns a clean list of titles, URLs, and snippets. Excellent for researching general knowledge, news, and finding URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query string. | |
| engine | No | Search engine to use. Can be 'duckduckgo' or 'google'. Default is 'duckduckgo'. | duckduckgo |
| region | No | Region and language code to localize search results (e.g., 'us-en', 'uk-en', 'de-de'). For DuckDuckGo it maps directly. For Google, 'us' is country code and 'en' is language. Default is null (uses template default). | |
| block_media | No | Block images, videos, and fonts entirely at the network layer. Default is true. | |
| max_results | No | Maximum number of search results to return. Default is 10. | |
| safe_search | No | Enable safe search filtering. null = use template default. Applies to both DuckDuckGo and Google. |