Skip to main content
Glama
ilikebug

VeloxRAG

by ilikebug

search_memory

Search indexed memory to retrieve passages matching your question. Ask a specific question and review multiple results to choose the best fit.

Instructions

Search indexed memory and return the passages that match. Prefer a specific question over keywords. Retrieving more than you need and picking among them yourself works better than trusting the first result: the ranking is vector similarity, which cannot tell that a passage merely repeats the question. Leave rerank off unless this service has a rerank profile configured — the default setup has none, and asking for it fails with RERANK_NOT_CONFIGURED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat to look for, phrased as a question
top_kNo
rerankNo
source_typeNoRestrict to one kind, e.g. 'doc' or 'chat'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It reveals that ranking is vector similarity, explains why first results can be misleading, and names the exact failure mode for rerank (RERANK_NOT_CONFIGURED). This goes well beyond a generic search description.

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 front-loaded with the core purpose and each subsequent sentence earns its place: query phrasing, retrieval strategy, and the rerank pitfall. It is dense but not bloated, and the structure guides the agent from what to do to what to avoid.

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?

Given the tool's moderate complexity, an output schema is present, and the description covers the key decision points: query formulation, retrieval volume, and rerank configuration. Nothing essential for calling this tool correctly is missing.

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

Parameters4/5

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

With only 50% schema coverage, the description compensates well for query and rerank semantics, and it implicitly motivates top_k through 'retrieving more than you need.' source_type is not addressed in the description, but the schema already provides an explanatory description and example for it.

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 states a specific verb ('Search'), a clear resource ('indexed memory'), and the outcome ('return the passages that match'). This clearly distinguishes search_memory from siblings like read_document and list_documents even without reading the schema.

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

Usage Guidelines4/5

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

The description gives concrete usage guidance: prefer a specific question, retrieve more than needed, and leave rerank off unless a profile is configured. It does not explicitly compare against sibling tools or state when not to use search_memory, but the guidance is strong and actionable.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilikebug/veloxrag'

If you have feedback or need assistance with the MCP directory API, please join our Discord server