You're viewing a demo portfolio

Join the waitlist
PRSM

search_knowledge

Active

Tool of AlgoVault — Crypto Quant Trade Calls

declared in 1.22.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

AlgoVault — Crypto Quant Trade Calls

https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp

2/7 registries
View full server →
search_knowledge — AlgoVault — Crypto Quant Trade Calls — PRSM MCP