complete-research
Use this tool to perform in-depth research by analyzing web data, generating comprehensive reports, and iterating on insights for any given query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | ||
query | Yes | ||
timeout | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"depth": {
"default": 3,
"type": "number"
},
"query": {
"type": "string"
},
"timeout": {
"default": 180000,
"type": "number"
}
},
"required": [
"query"
],
"type": "object"
}