Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

registerBinanceGetEthStakingHistory

Retrieve historical ETH staking records with asset type, amount, status, and staking time. Filter by date range and page through results to monitor staking activity.

Instructions

Get ETH Staking History API allows users to retrieve their historical ETH staking records, including details like asset type, amount, status, and time of staking

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoNumber of results per page. Default is 10, Max is 100
currentNoCurrently querying page. Start from 1. Default is 1
endTimeNoEnd time in milliseconds (e.g., 1641522526562)
startTimeNoStart time in milliseconds (e.g., 1641522717552)
recvWindowNoTime window for request validity
Behavior3/5

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

With no annotations, the description carries the transparency burden. It clearly indicates a read-only operation via 'retrieve' and lists sample response fields. However, it omits pagination behavior, time-range semantics, and any authorization requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded and free of unnecessary content. It has minor redundancy with the tool name ('Get ETH Staking History' vs 'historical ETH staking records'), but remains efficient.

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?

The description partially fills the missing output-schema gap by naming some returned fields. However, it does not mention pagination via size/current or the time-range filter options, which are relevant for an agent to use the tool effectively.

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 already provides 100% description coverage for all five parameters, so the baseline is 3. The description does not add parameter-specific details beyond the schema, but implies time-based filtering consistent with startTime/endTime.

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 uses a specific verb ('retrieve') with a specific resource ('historical ETH staking records') and lists key return fields. It does not explicitly distinguish from sibling tools like BinanceGetEthRedemptionHistory, but the resource scope is clear enough.

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 implies usage when historical ETH staking records are needed, but provides no explicit guidance on when to prefer this tool over alternatives such as BinanceEthStakingAccount or BinanceGetEthRedemptionHistory, and no exclusions or prerequisites.

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/C0inFlips/binance-mcp-chainvector'

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