Knowledge Base MCP Server
by jeanibarz
retrieve_knowledge
Retrieves similar chunks from the knowledge base based on a query. Optionally, if a knowledge base is specified, only that one is searched; otherwise, all available knowledge bases are considered. By default, at most 10 documents are returned with a score below a threshold of 2. A different threshold can optionally be provided.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
knowledge_base_name | No | Optional. Name of the knowledge base to query (e.g., 'company', 'it_support', 'onboarding'). If omitted, the search is performed across all available knowledge bases. | |
query | Yes | The query text to use for semantic search. | |
threshold | No | Optional. The maximum similarity score to return. |