web_search
:
Instructions
Search the web using a 3-tier cascade (Brave → DuckDuckGo → scraper).
Args: query: Search query string. max_results: Maximum number of results to return (1-20). summarize: If true and Ollama is available, summarize the results. auto_fetch_top: If true, also fetch the full content of the top result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| summarize | No | ||
| auto_fetch_top | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |