Skip to main content
Glama
Tango86

graph-lido-mcp

by Tango86

get_top_holders

Retrieve the top stETH holders ranked by balance, showing addresses, share count, and estimated value to track whale concentration and institutional activity.

Instructions

Get the largest stETH holders ranked by share balance. Shows addresses, share count, and estimated stETH value. Useful for tracking whale concentration and institutional holders

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of holders to return (default 20)
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It implies a read operation via 'Get' and describes output, but does not explicitly state read-only nature, rate limits, or other behavioral traits. For a simple query tool, this is minimally adequate.

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 redundancy. The first sentence front-loads the core action and resource, and the second adds output details and use case. Every word earns its place.

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 tool with one optional parameter and no output schema, the description is mostly complete. It states what is returned and a typical use case. Minor gap: does not clarify how 'estimated stETH value' is derived, but this is acceptable.

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 covers 100% of parameters with a description for 'limit'. The tool description adds no additional meaning beyond the schema's parameter description. Baseline 3 is appropriate.

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 uses a specific verb ('Get'), names the resource ('largest stETH holders'), and states the ranking criterion ('by share balance'). It also lists the output fields, clearly differentiating from sibling tools like 'get_holder_shares' which likely targets individual holders.

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?

The description mentions usefulness for 'tracking whale concentration and institutional holders', implying a use case. However, it does not explicitly state when to prefer this over alternatives (e.g., get_holder_shares) or provide exclusion criteria.

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/Tango86/graph-lido-mcp'

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