Skip to main content
Glama

Get AAs By Base AAs

obyte_get_aas_by_base_aas
Read-onlyIdempotent

Find autonomous agents derived from one or more base AAs on Obyte mainnet or testnet.

Instructions

Raw hub read. Returns AAs derived from one base AA or up to 20 base AAs.

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
base_aaNo
networkNo
base_aasNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already convey read-only, idempotent, non-destructive behavior. The description adds genuinely useful context beyond those hints: this is a raw hub read, the server serves both Obyte networks, the default is mainnet, and the agent should confirm the intended network with the user when it is not explicit. This is meaningful behavioral transparency.

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 short and well-structured. The main purpose is front-loaded in the first sentence, and the network paragraph is necessary due to the dual-network server behavior. There is no filler or repetition of schema details.

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 read-only tool with strong annotations, this is nearly complete: it states what is returned, the input scope, and the important network behavior. The main gaps are the lack of an output schema and a missing explicit note about requiring one of base_aa or base_aas, but these are minor for this raw read.

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 0% schema description coverage, the description carries the semantic load. It explains the network parameter's allowed values, default, and confirmation requirement, and clarifies that base AAs can be provided as a single value or a list up to 20. It does not fully spell out whether base_aa and base_aas are mutually exclusive, but it still adds significant meaning beyond the bare 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 clearly states the operation: 'Returns AAs derived from one base AA or up to 20 base AAs' and labels itself a 'Raw hub read.' This identifies the specific resource and action. It does not explicitly compare with sibling tools, so it misses the top score.

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

Usage Guidelines3/5

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

The 'Raw hub read' label and the description of what is returned imply when this tool is appropriate. The network guidance adds useful calling context, but there is no explicit direction about when to prefer this tool over siblings like get_aa_responses or execute_getter, and no stated exclusions.

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