gather_sources
Retrieve and deduplicate full-text sources from the web for a research query. Returns numbered source blocks for you to analyze and cite without generating an answer.
Instructions
Keyless web retrieval: search + scrape + dedup, returning the top FULL-TEXT sources for a query WITHOUT writing an answer — so YOU (the calling model) read the evidence and reason over it yourself.
Use this to research a question: call it several times with different focused sub-queries, read the numbered [Source N] blocks it returns, cross-reference them, then write the answer yourself with citations. If the sources don't contain the answer, gather more or say you don't know — do not guess. No API key required.
Args: query: One focused search query (issue several calls for a multi-part question) max_sources: How many sources to return (default 10; bounded to 1-20) chars_per_source: Max characters of text per source (default 7000; bounded to 500-10000) ranker: lexical (default), flashrank (optional extra), or none (retrieval order) render_thin_pages: Send thin-page URLs to Jina Reader (default false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| ranker | No | lexical | |
| max_sources | No | ||
| chars_per_source | No | ||
| render_thin_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |