Skip to main content
Glama
AxonityAI

Axonity Flow MCP Server

Official
by AxonityAI

list_reference_doc_versions

List version history of a reference doc, including checkpoints and major versions, to find the versionId needed for restore operations.

Instructions

List a reference_doc's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_reference_doc_version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe reference_doc's id.
typeNoWhich kind to list. Defaults to all.
limitNoDefault 50.
offsetNoDefault 0.
Behavior3/5

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

With no annotations, the description carries the full burden. It describes a read-only 'list' operation, implying safety, but does not disclose any additional behavioral traits like pagination behavior, sorting, or authentication needs. It adds context on version types but lacks depth.

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 concise sentences with no unnecessary words. It front-loads the core function and immediately provides usage guidance.

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?

Despite being a listing tool with no output schema, the description omits any mention of return values or structure. It does not indicate what fields are returned (e.g., versionId, timestamp, type), which is critical for an agent to interpret results. The schema covers inputs but not outputs.

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?

Schema coverage is 100%, so baseline is 3. The description explains the meaning of the 'type' parameter (checkpoint vs major) and defaults, adding value beyond the schema. Other parameters are well-documented in schema.

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 tool lists version history of a reference_doc, distinguishing between checkpoints and major versions. It also specifies the purpose of finding versionId for restore. This separates it from sibling tools like read_reference_doc_version or restore_reference_doc_version.

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?

The description explicitly says to use it to find versionId for restore, providing clear context. It does not explicitly mention when not to use it, but the purpose is well-defined.

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/AxonityAI/axonity-mcp'

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