Skip to main content
Glama

Get Obyte Network Info

obyte_get_network_info
Read-onlyIdempotent

Get the effective MCP runtime config for mainnet and testnet: default network, hub URLs, token registry, limits, and update status. Use before network-sensitive calls to ensure correct network.

Instructions

Returns the effective MCP runtime configuration for both networks: default network, per-network hub URL and token registry, config precedence, limits, witnesses cache metadata, and whether a newer obyte-mcp version is published (mention it to the user when update_available is true). Use before other calls when network selection matters.

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
networkNo

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
Behavior4/5

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

Annotations already carry the safety profile (readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false), so the bar is lower. The description adds genuine behavioral context beyond that: the dual-network serving model, the mainnet default, config precedence details, and the actionable instruction to mention update_available to the user. No contradiction with annotations.

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 dense paragraphs: the first front-loads the return contents and usage timing, the second covers parameter semantics and user-confirmation protocol. Each sentence earns its place; slightly long but packed with useful information rather than 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?

For a single-optional-parameter tool with no output schema, the description is thorough: it lists the return contents, states when to call it, explains the network parameter, the default behavior, and a user-interaction rule. Minor gaps like response format examples or error behavior exist but are not critical given the tool's simplicity and annotation coverage.

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 bears the full burden for the single network parameter. It compensates well by explaining the accepted values ('mainnet'/'testnet'), the default when omitted, and guidance to confirm the user's intent before calling. This adds real semantic value beyond the bare enum in the schema.

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 states a specific verb ('Returns') and resource ('effective MCP runtime configuration') followed by a concrete enumeration of the contents: default network, per-network hub URL, token registry, config precedence, limits, witnesses cache metadata, and update availability. The topic is clearly distinct from all sibling tools, which deal with balances, attestations, history, and other data queries, so no confusion is possible.

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 gives explicit when-to-use guidance: 'Use before other calls when network selection matters.' It also instructs the agent to confirm the intended network with the user before calling when it wasn't explicit. It doesn't name alternatives or when-not-to-use conditions, but no sibling tool competes for this purpose, so clear context is sufficient.

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