query
Enhance enterprise search by querying domain-specific knowledge bases with context-aware responses and source citations using the Contextual MCP Server.
Instructions
An enterprise search tool that can answer questions about any sort of knowledge base
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"title": "Prompt",
"type": "string"
}
},
"required": [
"prompt"
],
"title": "queryArguments",
"type": "object"
}