Web Search
🤖 AI Drafted (Not reviewed)
Search the web using DuckDuckGo HTML (sandboxed). Returns title, URL, snippet, and relevance for each result.
|
|
| Tool id |
research_web_search |
| Category |
research |
| Uses a language model |
no |
| Needs a generative model |
no |
| Runs over many items |
no |
| Item handling |
batch |
| Structured output |
no |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Query (query) |
text |
yes |
Search query string |
What it emits
| Port |
Type |
Required |
What it is |
Results (results) |
json |
— |
List of search results with title, url, snippet |
Count (count) |
number |
— |
Number of results returned |
Query (query_out) |
text |
— |
The query that was executed |
Execution Time (execution_time_ms) |
number |
— |
Time taken in milliseconds |
Options
| Option |
Type |
Default |
What it does |
properties |
any |
— |
— |
type |
any |
— |
— |
The prompt it sends
This tool does not send a prompt — it does its work in code.