Skip to main content
Glama

vrm_list

List repository memories by verification status to track valid, stale, or missing entries, ensuring AI coding agents access accurate, up-to-date information.

Instructions

List memories by status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoall
limitNo
verifyNo
Behavior2/5

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

With no annotations provided, the description carries full burden but discloses minimal behavioral traits. It implies a read-only operation ('List') but doesn't address pagination, rate limits, authentication needs, or what happens when 'verify' is true. The description doesn't contradict annotations (none exist), but it's insufficient for a tool with parameters.

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 extremely concise—a single sentence with no wasted words. It's front-loaded with the core purpose. However, this conciseness comes at the cost of completeness, as noted in other dimensions.

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

Completeness2/5

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

Given the tool has 3 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain return values, error conditions, or how parameters interact. For a list operation with filtering and verification options, more context is needed to guide effective 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?

Schema description coverage is 0%, so the description must compensate but adds minimal value. It mentions 'status' filtering, which aligns with one parameter, but doesn't explain the meaning of status values (valid/stale/missing), the purpose of 'limit' or 'verify', or how they affect results. This leaves key parameters undocumented.

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

Purpose3/5

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

The description 'List memories by status' clearly states the verb ('List') and resource ('memories'), but it's vague about scope and doesn't differentiate from sibling tools like vrm_search or vrm_retrieve. It specifies filtering by 'status' but lacks context about what 'memories' are in this system.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like vrm_search or vrm_retrieve. There's no mention of prerequisites, use cases, or exclusions. The agent must infer usage from the tool name and parameters alone.

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

Install Server

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/cognitivemyriad/verified-repo-memory-mcp'

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