Skip to main content
Glama

Get Last MCI

obyte_get_last_mci
Read-onlyIdempotent

Get the last main chain index (MCI) known by an Obyte hub. Specify mainnet or testnet to retrieve current chain position for that network.

Instructions

Raw hub read. Returns the last main chain index known by the selected Obyte hub.

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.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context beyond those annotations by explaining that this server serves both Obyte networks at once, that omission defaults to mainnet, and that the value is only what the selected hub knows. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the first sentence states the operation, and the second paragraph handles the one non-obvious parameter behavior. Every sentence contributes either purpose or invocation guidance; there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-optional-parameter, read-only, idempotent tool with no output schema, the description covers the operation, the key dual-network gotcha, the default, and a pre-call confirmation rule. Nothing necessary for a correct call is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/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 explain the lone network parameter itself. It does so thoroughly: it names the two enum values, states the default when omitted, and instructs the agent to confirm an unspecified network before calling. This is strong compensation for the missing schema descriptions.

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' and then states a specific verb and object: 'Returns the last main chain index known by the selected Obyte hub.' This precisely identifies the operation and scope, and the 'raw hub read' framing separates it from the more analytical sibling tools such as obyte_analyze_address or obyte_get_network_info.

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?

There is no explicit when-to-use or when-not-to-use guidance and no alternative sibling is named. The main usage direction is the network-selection rule, including a good instruction to confirm the network if it was not made explicit, but that addresses parameter handling rather than tool choice; usage context is only implied by 'Raw hub read.'

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