saasusDocsSearchTool
Search SaaSus Platform documentation for relevant article URLs. Use this tool to identify articles by query, then retrieve full content with the saasus-docs-get-content tool.
Instructions
Search SaaSus Platform documentation to find relevant article URLs. Use this tool first to find relevant articles, then use saasus-docs-get-content tool to fetch the full content of specific articles.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query to find relevant SaaSus Platform documentation |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "Search query to find relevant SaaSus Platform documentation",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}