web_search
Search the web, fetch top results, and synthesize information using AI to answer queries with domain filtering options.
Instructions
Search the web using SearXNG, fetch top result pages, and synthesize with LLM.
Args:
query: The search query string.
max_results: Maximum number of results to return (default: 10).
allowed_domains: Only include results from these domains.
blocked_domains: Exclude results from these domains.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| allowed_domains | No | ||
| blocked_domains | No |