Search Knowledge
search-knowledgeUnify search across multiple knowledge sources with structured filters and customizable search types to retrieve relevant results.
Instructions
Unified search across all knowledge sources. The server determines the best retrieval strategy internally. Use filters for structured filtering and search_type to constrain the retrieval approach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | The search query string. | |
| filters | No | Optional structured filters for narrowing results. Keys and values depend on the provider. | |
| namespace | No | Optional namespace to scope the search (e.g., "docs", "erp", "hr"). | |
| max_results | No | Maximum number of results to return. Defaults to 10. | |
| search_type | No | Optional search type: "semantic", "structured", or "hybrid". Defaults to "hybrid" which lets the planner decide. |