Skip to main content
Glama

Get Attestation

obyte_get_attestation
Read-onlyIdempotent

Retrieve an Obyte attestation by providing the attestor address, field, and value. Specify mainnet or testnet to query the correct network.

Instructions

Raw hub read. Looks up one attestation by attestor address, field, and value.

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
fieldYes
valueYes
networkNo
attestor_addressYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context beyond these: the dual-network nature of the server, the mainnet default, and the 'raw' nature of the read. No contradictions with annotations were found.

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?

Two compact paragraphs deliver the core purpose first and the network instructions second. Every sentence earns its place, with no filler, repetition, or unnecessary detail.

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 read operation with no output schema, the description provides the essential information: what is looked up, the three required keys, and how to handle network selection. It doesn't describe return shape or error cases, but 'raw hub read' combined with the annotation set gives enough context 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?

Schema description coverage is 0%, so the description must carry the parameter-explanation burden. It does so by tying the three required parameters together as a lookup key ('by attestor address, field, and value') and by fully explaining the optional 'network' parameter's allowed values and default behavior. It does not detail address/value formats, but it meaningfully compensates for the schema gap.

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 opens with 'Raw hub read. Looks up one attestation by attestor address, field, and value.' This uses a specific verb and resource, and explicitly says 'one' to differentiate it from the plural sibling 'obyte_get_attestations' without needing to inspect schemas.

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 provides clear network usage guidance: this server serves both Obyte networks, the 'network' parameter defaults to mainnet when omitted, and the agent should confirm which network the user means if not explicit. It does not explicitly name alternatives or exclusion conditions, but it gives practical context for when to call and how to proceed.

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