Skip to main content
Glama
AxonityAI

Axonity Flow MCP Server

Official
by AxonityAI

dry_run_tool

Prove a saved tool by running its stored code with sample input, clearing the dry-run requirement to enable publication.

Instructions

Prove a SAVED tool by running its OWN stored code in the sandbox. This is the run that satisfies the publish gate: a clean pass stamps the tool's current version and clears the dry_run_required blocker, so request_publish_tool can succeed. Nothing about the code is supplied by you — only sample input — which is exactly why it counts and why execute_tool does not. Editing the tool afterwards bumps its version and invalidates the proof, so dry-run again after your last edit, not before it. Expect a refusal for tools that have no code to prove: 403 for a platform-shipped (locked) tool, 422 for a connector, a builtin-backed validator, or a tool with an empty implementation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolIdYesThe saved tool's id.
inputParamsNoSample arguments for the tool's entry-point function. Omit for none — but give it realistic input: a run that never reaches the real work still stamps the version.
Behavior5/5

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

No annotations provided, so description carries full burden. It fully discloses the behavior: runs stored code, requires only sample input, stamps version, clears dry_run_required blocker, and that editing afterwards bumps version and invalidates proof. Also documents expected refusal scenarios.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat verbose but each sentence adds significant value. It front-loads the core purpose and then provides important usage and caveats. Could be slightly trimmed without loss, but overall efficient.

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

Completeness5/5

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

Despite lacking an output schema, the description covers the tool's effect on state (version stamping, blocking clearing), failure modes, and relationships with editing and publishing. It provides complete context for correct usage.

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 description coverage is 100%, providing baseline of 3. Description adds meaning beyond schema for 'inputParams' by advising to give realistic input and noting that a run never reaching real work still stamps version, which is helpful for effective use.

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's purpose: 'Prove a SAVED tool by running its OWN stored code in the sandbox.' It distinguishes itself from sibling execute_tool by explaining that the code is not supplied by the user, making it the legitimate publish gate run.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly explains when to use (after last edit to satisfy publish gate) and when not (editing afterwards invalidates proof). Also details error codes for inappropriate use (403 for locked tools, 422 for connectors or empty implementations), providing a clear alternative (execute_tool).

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