Skip to main content
Glama
Zilliqa

Zilliqa Insights MCP Server

Official
by Zilliqa

get_top_validators_by_earnings

Identify validators with the highest total earnings within a customizable time frame. Set the start and end times and number of top validators to return.

Instructions

Gets the top N validators with the highest total earnings within a time frame. Defaults to the last hour and top 5.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
limitNoHow many top validators to return. Defaults to 5.
Behavior3/5

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

With no annotations, the description carries full burden. It mentions defaults but lacks details on response structure, ordering direction, or potential limitations (e.g., API rate limits). Only basic behavioral traits are disclosed.

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 a single sentence that immediately conveys the core purpose and defaults. No extraneous information.

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

Completeness2/5

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

The description does not explain the output format or what 'total earnings' means (e.g., currency, period aggregation). Given no output schema, this lack of detail could hinder effective tool use. It also does not mention potential prerequisites.

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 description adds minimal value beyond the input schema, which already fully describes parameters including defaults and formats. Schema coverage is 100%, so the baseline is 3.

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 top validators by earnings in a time frame, specifying defaults. The name and description distinguish it from siblings like get_top_validators_by_stake, which focuses on stake.

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?

No explicit guidance on when to use this tool versus alternatives like get_top_validators_by_stake or get_total_validator_earnings. Usage is implied but not directly addressed.

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