Skip to main content
Glama
Tango86

graph-lido-mcp

by Tango86

get_staking_apr

Retrieve historical Lido staking APR from oracle reports, including fees and reward breakdown per period.

Instructions

Get Lido staking APR history from oracle reports. Returns APR (after fees), APR before fees, total rewards, MEV fees, and fee breakdown per report period

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of reward reports to return (default 10)
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 burden. It discloses the source ('oracle reports') and the type of data returned (historical APR per report period), but lacks details on pagination behavior, rate limits, or any side effects. The 'Get' verb implies read-only, but this is not explicit.

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?

A single sentence that is front-loaded with the verb and resource, followed by a concise list of return fields. No unnecessary words or redundancy. Every part adds value.

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 has only one optional parameter and no output schema, the description covers return fields adequately. However, it omits context like the specific staking protocol (Lido on Ethereum) and the period granularity (e.g., per report). Still, for a simple tool, it is nearly complete.

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?

Schema coverage is 100% for the single parameter 'limit', which is already clearly described in the schema (number of reports, default 10, range 1-100). The tool description adds no additional semantics beyond what the schema provides, so baseline score of 3 is appropriate.

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 verb 'Get' and the resource 'Lido staking APR history from oracle reports', specifying exact return fields (APR after fees, etc.). It is specific but does not explicitly differentiate from sibling tools like get_oracle_reports or get_lido_stats, though the context implies the distinction.

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 like get_oracle_reports or get_steth_ratio_history. The description does not mention exclusions or prerequisites, leaving the agent without context for selection.

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