search_knowledge_base
Search organizational documents, procedures, and reports using natural language queries to find relevant security information.
Instructions
Search your organization's knowledge base to find relevant uploaded documents, procedures, reports, and other content using natural language queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question or keywords to search for across your uploaded knowledge base content. Can be a full question, technical terms, or key phrases. | |
| top_k | No | Maximum number of most relevant document excerpts to return. Use higher values (10-20) for comprehensive research, lower values (3-5) for focused answers. Default: 5 | |
| min_score | No | Minimum semantic similarity score threshold (0.0 to 1.0). Higher values (0.8-1.0) return only highly relevant matches, lower values (0.5-0.7) include broader context. Default: 0.5 | |
| thread_id | No | Thread identifier for the current conversation or session. IMPORTANT: If a thread_id is available in your context, you MUST provide it to include thread-specific documents alongside general knowledge base content. Only omit if no thread context exists. | |
| collections | No | Optional list of collection names to filter search results. Only documents tagged with these collections will be searched. Cannot be used with document_ids. | |
| document_ids | No | Optional list of specific document IDs to search within. Use this to restrict search to known documents. Cannot be used with collections. |