Skip to main content
Glama

Execute AA Getter

obyte_execute_getter
Read-onlyIdempotent

Execute a getter on an Obyte autonomous agent with optional JSON args to retrieve its output. Choose mainnet or testnet to query the correct network.

Instructions

Raw hub read. Executes an autonomous-agent getter with optional JSON args and returns the getter result.

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
getterYes
addressYes
networkNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive; the description adds the 'Raw hub read' characterization and the network-default/confirmation requirement. This is useful but does not disclose error behavior or the exact structure of the returned result. With annotations covering the safety profile, the description adds moderate value.

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?

Two sentences, front-loaded with the core purpose and then the network note. Every sentence earns its place; the network paragraph is necessary given the dual-network setup. No redundancy or fluff.

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 4-parameter tool with no output schema, the description covers the main purpose, the optional args, and the critical network-confirmation protocol. It does not specify the return format, but 'returns the getter result' is adequate. The description is sufficient for an agent to call the tool correctly, assuming network ambiguity is resolved.

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?

Schema description coverage is 0%, so the description must compensate. It explains that args are optional JSON and that network defaults to mainnet and requires user confirmation if not explicit. It does not explain address or getter, but these are largely self-evident from the tool name and context. The description adds partial meaning beyond the schema.

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 states a specific verb-resource pair: 'Executes an autonomous-agent getter' and clearly indicates it returns the getter result. The 'Raw hub read' preamble adds low-level context. It does not explicitly differentiate from sibling tools (e.g., obyte_dry_run_aa or obyte_get_aa_state_vars), but the operation is distinct enough to be inferred.

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

Usage Guidelines2/5

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

Provides no guidance on when to use this tool versus alternatives. The only operational guidance is the network selection: confirming which network when the user has not been explicit. This is a parameter-handling note, not usage guidance. There is no mention of scenarios where a sibling should be preferred.

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