Web Search¶
General web search — Jina default with a keyless ddgs fallback. Returns ranked hits (title, url, snippet, and full page text when the backend provides it). Ephemeral — results are not persisted. Use for arbitrary lookups, research, or fact-checking from inside an agent flow.
MCP name: web_search
Category: websearch
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
max_results |
int |
No | Maximum hits to return (default 8). |
query |
str |
Yes | The search query. |
time_range |
str |
No | Optional recency filter — d |
topic |
str |
No | Optional topic hint, e.g. "news". |