Skip to main content
Glama
Zilliqa

Zilliqa Insights MCP Server

Official
by Zilliqa

get_total_validator_earnings

Retrieve total earnings for a validator over a specified time range, defaulting to the last hour.

Instructions

Gets the total earnings for a specific validator. If startTime and endTime are not provided, it defaults to the last hour.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
validatorYesThe name, public key, address, or zil_address of the validator.
startTimeNoThe start of the time range in ISO 8601 format. Defaults to 1 hour ago if not provided.
endTimeNoThe end of the time range in ISO 8601 format. Defaults to the current time if not provided.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the default time range behavior (last hour) but does not mention other traits like data freshness, caching, or whether earnings are cumulative.

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 extremely concise: two sentences, no wasted words. The purpose is front-loaded, and the default behavior is clearly stated in the second sentence.

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

Completeness3/5

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

For a simple tool with 3 parameters and no output schema, the description adequately explains the default time range. However, it does not describe the return format or what 'total earnings' represents, which would aid the agent in interpreting results.

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 input schema has 100% description coverage for all three parameters. The description adds minimal value beyond the schema, merely restating the default behavior for 'startTime' and 'endTime'. No new semantic information is provided.

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 action ('gets') and resource ('total earnings for a specific validator'). However, it does not differentiate from sibling tools like 'get_validator_earnings_breakdown' or 'get_top_validators_by_earnings', missing an opportunity to clarify scope.

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?

No guidance on when to use this tool versus alternatives such as 'get_validator_earnings_breakdown'. The description lacks explicit context for selection, leaving the agent to infer from the name alone.

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/Zilliqa/insights-mcp-server'

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