Skip to main content
Glama

mezo_testnet_get_block

Read-only

Get block data by number or tag on Mezo testnet. Use hex block number (e.g. "0x1") or "latest". Returns full block object with transaction hashes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blockYesBlock number as hex (e.g. "0x1") or tag ("latest", "earliest", "pending")

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds the return format (full block object with transaction hashes), providing useful behavioral context without contradicting the 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?

Two concise sentences with no redundant information. The description directly states purpose, input format, and output, making it efficient and well-structured.

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 simple one-parameter tool with no output schema, the description is complete: it specifies the input format, return content, and scope. No essential information is missing.

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?

The schema description fully covers the 'block' parameter with hex and tag options and examples. The description adds little beyond the schema, so a baseline score of 3 is appropriate given the high schema coverage.

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 clearly states the tool retrieves block data by number or tag on Mezo testnet, with a specific verb and resource. It distinguishes from siblings like mezo_get_block (likely mainnet) and btc_* tools by naming the network and scope.

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?

Provides input format guidance (hex or 'latest') and context that it is for Mezo testnet. However, it does not explicitly mention when to use this over mezo_get_block or other siblings, though the name implies the testnet scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources