Skip to main content
Glama
Zilliqa

Zilliqa Insights MCP Server

Official
by Zilliqa

get_proposer_success_rate

Measures a validator's block proposal success rate to evaluate node stability and network latency. Defaults to last hour if no time range specified.

Instructions

Measures a validator's performance specifically when tasked with proposing a new block. A 100% proposer success rate is the gold standard. A missed proposal means a delay in the chain and lost rewards for that validator. This metric is a critical indicator of a validator's node stability and network latency. 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.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses critical behavioral traits: defaults to last hour if times not provided, implications of missed proposals (delay, lost rewards), and the metric's importance as an indicator of node stability and latency. It does not mention any destructive aspects or required permissions, but none are expected for a read-only metric tool.

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 concise with six sentences, each adding meaningful information. It front-loads the core purpose and immediately provides context on implications and defaults. No unnecessary words.

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?

For a simple metric tool, the description is largely complete, covering purpose, implications, defaults, and parameter usage. However, it lacks explicit mention of the return format (e.g., percentage or ratio) and whether it is read-only, which would be helpful given no output schema or annotations.

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 coverage is 100%, so the schema already documents each parameter. The description adds value by explaining the default behavior for startTime and endTime ('defaults to last hour') and clarifying the validator parameter scope. This goes beyond the schema's dry 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 clearly states the tool measures a validator's proposer success rate, using specific verbs like 'measures' and specifying the resource as 'validator's performance when proposing a new block'. It differentiates from sibling tools like get_cosigner_success_rate by focusing on proposing rather than cosigning.

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?

The description implies usage for assessing validator node stability and network latency, and it provides default behavior for time parameters. However, it does not explicitly contrast with sibling tools or state when not to use it (e.g., for cosigner performance).

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