Skip to main content
Glama
bjunjo

treasury-mcp

by bjunjo

get_block_stats

Retrieve Bitcoin block statistics including median fee, total output, subsidy, weight, and transaction count by specifying block height.

Instructions

Get raw block statistics: median fee, total output, subsidy, weight, tx count.

Args: height: Block height

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
heightYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool retrieves 'raw block statistics', implying a read-only operation, but doesn't disclose behavioral traits such as data freshness, error handling (e.g., invalid height), rate limits, or authentication needs. For a tool with no annotations, this leaves significant gaps in understanding its behavior, warranting a low score.

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 highly concise and well-structured: the first sentence states the purpose and lists metrics, and the second provides parameter semantics. Every sentence adds value without redundancy, and it's front-loaded with key information. This is efficient and clear, deserving a top score.

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?

Given the tool's low complexity (one parameter), no annotations, and the presence of an output schema (which handles return values), the description is reasonably complete. It covers purpose and parameter meaning adequately. However, it lacks usage guidelines and behavioral context, which are minor gaps in this simple context, so it scores a 4 instead of 5.

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%, with one parameter ('height') documented only by title and type in the schema. The description adds crucial semantics by specifying 'height: Block height', clarifying that this refers to block height in the blockchain. This compensates well for the low schema coverage, though it doesn't detail constraints (e.g., valid range), earning a 4.

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 tool's purpose with specific verbs ('Get raw block statistics') and enumerates the specific metrics returned (median fee, total output, subsidy, weight, tx count). It distinguishes from siblings like 'analyze_block' or 'get_blockchain_info' by focusing on statistical metrics rather than analysis or general info. However, it doesn't explicitly contrast with all siblings, keeping it at 4 instead of 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'analyze_block', 'compare_blocks', or 'get_blockchain_info'. It lacks context about use cases, prerequisites, or exclusions, leaving the agent to infer usage from the name and metrics alone. This is minimal guidance, scoring a 2.

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

Install Server

Other Tools

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/bjunjo/treasury-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server