spraay_search_web
Search the web to obtain clean, LLM-ready extracted content and an AI-generated answer. Supports adjustable search depth, domain filtering, and topic focus for relevant results.
Instructions
Search the web and get clean, LLM-ready results via Tavily. Returns extracted content (not just links), plus an AI-generated answer. Supports basic and advanced search depth, domain filtering, and topic focus (general, news, finance). Costs $0.01 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g. 'latest Base ecosystem developments', 'x402 protocol explained') | |
| topic | No | Topic focus: 'general' (default), 'news' (recent events), 'finance' (markets/crypto) | |
| max_results | No | Number of results to return (default: 5, max: 20) | |
| search_depth | No | Search depth: 'basic' (fast, default) or 'advanced' (deeper extraction, better results) | |
| exclude_domains | No | Exclude results from these domains | |
| include_domains | No | Only include results from these domains (e.g. ['docs.base.org', 'ethereum.org']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |