spraay_search_qna
Ask a question and receive a direct, synthesized answer with cited sources. Searches the web and extracts relevant content for research and fact-checking.
Instructions
Ask a question and get a direct, synthesized answer with cited sources. Searches the web, extracts relevant content, and generates a comprehensive answer. Great for research and fact-checking. Costs $0.02 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question (e.g. 'What is x402 protocol and how does it work?') | |
| topic | No | Topic focus: 'general' (default), 'news', 'finance' |
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. |