Skip to main content
Glama
ilikebug

VeloxRAG

by ilikebug

list_documents

Check which documents are indexed in your knowledge base to identify gaps or narrow retrieval scope.

Instructions

List what is indexed, so a search can be narrowed or a gap in the memory can be recognised rather than guessed at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It implies a read-only listing operation ('List') but does not explicitly confirm safety or side effects. It also does not mention pagination, sorting, or limit semantics, although the schema's limit parameter is self-explanatory. The description adds minimal behavioral context beyond the obvious reading of 'list', but for a simple retrieval tool this is borderline adequate—hence a 3.

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 a single sentence that leads with the primary action and resource, followed by a purpose clause. It contains no filler, fluff, or redundant information. Every phrase serves a function: the action, the object, and the reason. It is appropriately brief for a tool of this simplicity.

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

Completeness4/5

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

The tool is simple (one optional parameter, output schema present), and the description covers its purpose and when to use it. The only minor omission is clarification of what 'indexed' refers to (e.g., all documents, memory entries), which could confuse an agent. However, given the output schema likely defines the structure and the tool name is clear, the description is largely complete for practical use.

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

Parameters2/5

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

The input schema has a single parameter 'limit' with default/min/max but no description, and schema description coverage is 0%. The tool description does not mention the limit parameter at all, leaving its semantics entirely to inference from the name and constraints. Since the description fails to compensate for the lack of schema documentation, the parameter meaning is not clearly communicable, particularly for agents unaware of common 'limit' conventions. This is a significant gap.

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

Purpose4/5

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

The description states a clear verb ('List') and a resource ('what is indexed'), indicating it retrieves the set of indexed items. It hints at its purpose relative to siblings ('so a search can be narrowed' contrasts with search_memory, and 'gap in the memory' suggests memory_status), but it does not explicitly name or differentiate those siblings. It is more specific than a tautology and gives a meaningful overview.

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

Usage Guidelines3/5

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

The description provides context for when to use the tool: before a search to narrow scope, or to recognize gaps in memory. However, it does not explicitly state when NOT to use it or name alternative tools (e.g., 'use search_memory for retrieving specific content'). The guidance is implied rather than explicit, so it earns a mid-range score.

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