web_search
Search the web using Ollama's hosted search API to retrieve relevant results with titles, URLs, and snippets. Provide a query and optional max_results count.
Instructions
Perform a web search using Ollama's hosted search API.
Args: query: The search query to run. max_results: Maximum number of results to return (default: 10).
Returns: A dictionary containing search results with title, url, and snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||