Skip to main content
Glama

Dry Run AA

obyte_dry_run_aa
Read-only

Simulate triggering an Obyte autonomous agent with a JSON payload to preview its response without signing or broadcasting. Choose mainnet or testnet for the dry run.

Instructions

Raw hub dry run. Simulates triggering an autonomous agent with a JSON trigger payload. It does not sign or broadcast. Not retried by default and not marked idempotent.

Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.

Amounts: raw ledger amounts in this output are integers in the asset's smallest units (base is GBYTE with 9 decimals). Never show raw integers to users: prefer display_total fields when present, otherwise resolve decimals with obyte_resolve_asset or obyte_get_decimals_by_symbol_or_asset and divide by 10^decimals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
networkNo
triggerYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnly annotation, the description discloses important behavioral traits: it is a simulation that does not sign or broadcast, is not retried by default, and is not idempotent. It also explains network defaulting and output amount units, which is substantial context that annotations do not cover.

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 organized into three focused paragraphs, each earning its place: core behavior, network handling, and output formatting. Key facts are front-loaded and there is no redundant filler.

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?

Given the absence of an output schema, the description provides valuable context about output amounts and display preferences. It lacks a detailed explanation of the full return structure, but the core call semantics and network handling are sufficiently complete for an agent to invoke the tool correctly.

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?

With zero schema description coverage, the description compensates well by explaining the 'network' parameter (choice, default, and confirmation requirement) and 'trigger' (JSON trigger payload). 'address' is not explicitly described, but its role as the autonomous agent address is implied by the tool name and description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'Simulates triggering an autonomous agent with a JSON trigger payload.' It also clarifies what the tool does not do ('does not sign or broadcast'), but it does not explicitly contrast itself with sibling tools like obyte_prepare_aa_dry_run, so it lacks full sibling differentiation.

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?

Provides clear context: it explains the dual-network behavior, instructs to confirm the network when the user is not explicit, and warns against showing raw integers. However, it does not explicitly state when to use this tool versus alternatives such as obyte_prepare_aa_dry_run, so it stops short of full when/when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Taump/obyte-mcp'

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