Skip to main content
Glama
wei

mcp-registry-mcp-server

by wei

List Server Versions

list_server_versions

Retrieve a list of all available versions for a given MCP server by providing its name.

Instructions

List all available versions for a specific MCP server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNameYesServer name (e.g., "io.modelcontextprotocol/filesystem")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
serversYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only states a read-like operation but does not disclose authentication needs, error behavior (e.g., invalid server name), or any potential side effects. For a simple list tool, this is still a gap.

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 is front-loaded and contains no superfluous information. Every word adds value.

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?

Given the low complexity (1 parameter, 100% schema coverage, and an output schema), the description is mostly sufficient. However, it could briefly note what the output contains (e.g., list of version strings) to enhance completeness, though the output schema mitigates this.

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% (1 parameter 'serverName' clearly documented). The description repeats the parameter usage without adding extra semantics beyond the schema. Baseline 3 is appropriate.

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 clearly states the action ('list'), the resource ('available versions'), and the target ('for a specific MCP server'). This distinguishes it from siblings like 'list_servers' (all servers) and 'get_server' (single server details).

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 usage when needing versions of a particular server, but it does not explicitly state when to use this tool versus alternatives (e.g., when to use 'get_server' or 'list_servers' instead). No guidance on exclusions or prerequisites.

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/wei/mcp-registry-mcp-server'

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