chat_knowledge
ActiveTool of AlgoVault — Crypto Quant Trade Calls
Returns a synthesized natural-language answer with citations, grounded in the AlgoVault knowledge bundle (every MCP tool description, response shape, integration tutorial, and code example). Use when you need an explanation, code pattern, or how-to; for raw ranked snippets without LLM synthesis use search_knowledge (faster, no quota cost). Read-only: calls an LLM, no other side effects. Quota: Free 10/month, Starter 50, Pro 200, Enterprise 2000.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"question"
],
"properties": {
"model": {
"enum": [
"claude-haiku-4-5-20251001",
"claude-sonnet-4-6"
],
"type": "string",
"description": "Optional model override (default claude-haiku-4-5-20251001)."
},
"question": {
"type": "string",
"maxLength": 500,
"minLength": 5,
"description": "Natural-language question (5-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