search_knowledge
ActiveTool of AlgoVault — Crypto Quant Trade Calls
Returns ranked snippets from the AlgoVault knowledge bundle answering a question about its MCP tools, response shapes, integration patterns (LangChain, LlamaIndex, MAF, CrewAI), or code examples. Call this BEFORE other tool calls to confirm parameter usage and avoid hallucinating tool shapes. Fast: BM25 lexical search, no LLM call, no quota cost. For a synthesized natural-language answer use chat_knowledge. Read-only, no side effects.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Max ranked results (1-50, default 10)."
},
"query": {
"type": "string",
"maxLength": 500,
"minLength": 3,
"description": "Natural-language search query (3-500 chars)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AlgoVault — Crypto Quant Trade Calls
https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
2/7 registries