Skip to main content
Glama

AlgoVault — Crypto Quant Trade Calls

search_knowledge

Read-only

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax ranked results (1-50, default 10).
queryYesNatural-language search query (3-500 chars).

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context beyond annotations: 'Fast: BM25 lexical search, no LLM call, no quota cost.' This discloses performance characteristics and resource implications. It also reiterates 'Read-only, no side effects', reinforcing but not contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, each serving a distinct purpose: purpose, usage timing, performance, and alternative tool. It is front-loaded with what the tool does and avoids fluff. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a simple 2-parameter schema, comprehensive annotations (readOnly, openWorld, non-destructive), and a clear description covering purpose, usage, performance, and alternatives, the tool definition leaves no significant gaps. Although there is no output schema, the description's 'ranked snippets' conveys the return format sufficiently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and both parameters (query, limit) are adequately described in the schema itself. The description does not add extra meaning beyond what the schema already conveys; it only mentions the query type indirectly ('answering a question'), which does not materially enhance parameter understanding. Baseline 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Returns') and resource ('ranked snippets from the AlgoVault knowledge bundle'), and clearly scopes the domain (MCP tools, response shapes, integration patterns, code examples). It also distinguishes itself from chat_knowledge by emphasizing 'ranked snippets' vs. synthesized answers, and from other siblings by focusing on knowledge lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells the agent when to use it: 'Call this BEFORE other tool calls to confirm parameter usage and avoid hallucinating tool shapes.' It also names the alternative for a different need: 'For a synthesized natural-language answer use chat_knowledge.' These are clear usage directives and exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation2/5

get_trade_call and get_trade_signal are exact duplicates, with the latter explicitly marked as an alias, making it impossible to distinguish between them by purpose. Other tools are reasonably distinct, but this redundancy creates real ambiguity in tool selection.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: get_*, scan_*, search_*, chat_*. The naming clearly indicates action and resource, and there are no mixed conventions or stylistic inconsistencies.

Tool Count5/5

Eight tools is well-scoped for a crypto quant signal server. Each tool covers a distinct need from knowledge retrieval to market scanning, and the count is neither bloated nor thin.

Completeness4/5

The tool surface covers the core read-only workflow: individual trade calls, market-wide scans, funding arb, market regime, track record, and knowledge lookup. Minor gaps like per-venue deeper drill-down or explicit historical signal retrieval are not critical but would round out the set.