Skip to main content
Glama
ezumba

vanguard-memory-node

vmn_index_status

Check the current status of the BM25 inverted index to determine whether a rebuild is needed.

Instructions

Return the current status of the BM25 inverted index. Indicates if a rebuild is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.2

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Return the current status' reasonably implies a read-only operation with no side effects, and it adds the useful behavioral detail that the result indicates whether a rebuild is needed. However, it does not describe the output format, possible status values, or whether the status could be stale.

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 two short sentences with no filler. It front-loads the main action and immediately adds the decision-relevant detail about rebuild necessity.

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?

For a zero-parameter status-check tool, the description gives enough context to call it correctly and interpret the high-level result. The main gap is the absence of an output schema or return-value explanation, but the description's explicit mention of rebuild-need status substantially covers the practical need.

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?

The tool has zero parameters, so there is no parameter-description burden to satisfy. The schema fully covers the empty parameter set, and the description appropriately says nothing about parameters.

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 ('Return') and a specific resource ('BM25 inverted index'), and it clarifies the purpose by adding 'Indicates if a rebuild is needed.' This clearly differentiates the tool from siblings like vmn_rebuild_index without needing to open 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 Guidelines3/5

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

The description implies when to use the tool: check status before deciding whether a rebuild is needed. However, it does not explicitly state when not to use it or point to alternatives such as vmn_rebuild_index for performing the actual rebuild. The usage context is clear but not fully explicit.

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

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/ezumba/vanguard-memory-node'

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