search_all_docs
Enables comprehensive search across all Cortex Cloud documentation sites, helping users quickly locate specific information using query-based inputs.
Instructions
Search across all Cortex Cloud documentation sites.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_all_docsArguments",
"type": "object"
}