Skip to main content
Glama
AxonityAI

Axonity Flow MCP Server

Official
by AxonityAI

list_persona_versions

Lists a persona's version history including checkpoints and major releases to retrieve a versionId for restoring a previous version.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe persona'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?

No annotations, so description carries burden. It describes the two types of versions but does not explain pagination, sorting, or response format beyond what schema hints (limit, offset). Basic transparency, not contradictory.

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 sentences, no fluff. First defines purpose, second gives usage context. Front-loaded and efficient.

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

Completeness3/5

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

Given no output schema and no annotations, the description could be more complete about what the response contains (e.g., list of version IDs, timestamps). It mentions enough for basic use but lacks detail on return structure.

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 3. Description adds value by explaining the 'type' parameter's distinction (checkpoint vs major), which goes beyond schema descriptions. Others are standard pagination.

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?

Clearly states 'List a persona's version history', specifies types (checkpoints and major versions), and distinguishes from siblings by focusing on persona. Directly ties to restore_persona_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?

Explicitly says 'Use this to find the versionId you need for restore_persona_version', providing clear context. Does not explicitly state when not to use, but siblings like list_deleted_persona_versions are different.

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