search_and_summarize
Search the web, rerank results, and synthesize a cited summary using a local language model.
Instructions
Search, rerank, fetch top results, then synthesize a summary with citations using a local LLM (qwen3:14b). Returns a structured answer with source attribution. Falls back to raw fetched content if Ollama is unavailable. Best for deep research where you want pre-digested synthesis rather than raw pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Research query to search for and summarize | |
| fetch_count | No | Number of top results to fetch and synthesize (default 3, max 5) | |
| category | No | Search category: general, news, it, or science (default general) | general |
| time_range | No | Limit results to: day, week, month, or year (omit for all time) | |
| domain_profile | No | Named domain profile to apply: 'homelab', 'dev', or omit for default filters | |
| expand | No | Use query expansion before searching (default: off) | |
| language | No | BCP-47 language code (e.g. 'en', 'de') or 'all' for all languages. Omit to use the SearXNG instance default. |