Skip to main content
Glama
smallest-inc

Smallest MCP Server

Official
by smallest-inc

list_versions

List published versions for an agent, sorted newest first, with details on label, publisher, active and pinned status. Use to review version history or identify a version to roll back to.

Instructions

List all published versions for a versioned agent, sorted by version number (newest first). Shows version number, label, who published it, whether it's active, and whether it's pinned. Use this to review version history or find a version to roll back to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe agent ID
limitNoMax versions to return (default 20)
skipNoNumber of versions to skip for pagination (default 0)
is_pinnedNoFilter to only pinned versions (or only unpinned if false)
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses sorting, field content, and that it returns published versions. But it omits details like pagination behavior beyond the schema parameters (e.g., whether 'all' is truly all or limited).

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?

Two efficient sentences: first states core function and output fields, second gives use cases. No redundant words.

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 listing tool with no output schema, the description adequately explains the returned fields and sorting. It lacks coverage of error conditions or authentication, but is otherwise complete.

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% with descriptions for all 4 parameters. The description adds no new meaning beyond what the schema already provides for parameters, hence baseline score of 3.

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 it lists published versions for a versioned agent, sorted by version number descending, and enumerates the fields shown. This distinguishes it from sibling tools like activate_version or diff_versions.

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?

It provides explicit usage scenarios: 'review version history or find a version to roll back to.' However, it does not mention when not to use it or list alternatives explicitly.

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/smallest-inc/mcp-server'

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