Skip to main content
Glama
AxonityAI

Axonity Flow MCP Server

Official
by AxonityAI

bulk_archive_runs

Archive up to 500 runs at once, with individual unarchive support. Returns counts of succeeded and failed.

Instructions

Archive up to 500 runs at once. Reversible — archived runs can be unarchived individually. Returns counts of succeeded and failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdsYesThe run ids to archive.
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the operation is reversible and returns counts of succeeded/failed runs, but does not explain what archiving entails (e.g., hiding from listings), permission requirements, or error behavior for invalid IDs.

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: two sentences that cover purpose, limit, reversibility, and return type. No superfluous words; each sentence adds necessary information.

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 simple bulk archive tool with one parameter and no output schema, the description effectively communicates function, limit, reversibility, and result structure. Minor gaps include lack of mention of prerequisites or behavior when some IDs are invalid, but the return counts partially address error handling.

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?

The input schema already describes 'runIds' as 'The run ids to archive.' with constraints. The description adds the batch limit ('up to 500') which matches the schema's maxItems, but does not add new conceptual meaning. Given 100% schema coverage, a score of 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 ('Archive'), the resource ('runs'), and the scope ('up to 500 runs at once'). It distinguishes itself from sibling tools like 'archive_run' by specifying batch size, and from 'unarchive_run' by noting reversibility.

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 indicates when to use this tool (batch archiving) and notes that archived runs can be unarchived individually, implying appropriate use cases. However, it does not explicitly state when not to use it (e.g., if permanent deletion is needed) or compare with single-archive or bulk-delete alternatives.

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