web_search
Search the web using Ollama's API to retrieve relevant web pages with titles, URLs, and content. Specify the query and optionally limit results.
Instructions
Search the web via Ollama's hosted search API.
Args: query: The search query. max_results: Maximum results to return (default 5, max 10).
Returns: A dict with a "results" list, each item having title, url and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||