Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit APR History

deribit_get_apr_history
Read-onlyIdempotent

Get historical APR for yield-bearing tokens (USDe, stETH, USDC, BUILD) on Deribit, returned per calendar day.

Instructions

查询生息代币的历史年化收益率(APR),按自然日返回。仅支持 usde、steth、usdc、build 四个币种,其它币种没有这项数据。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回天数,默认 365,最大 365
beforeNo翻页用,返回该 epoch day 之前的数据
currencyYes生息代币,取值为小写
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so safety is covered. The description adds behavioral context: results are per natural day and unsupported currencies will not have data. This goes beyond the annotation-provided safety profile.

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, front-loaded with the main action and target. Every clause adds value: purpose, granularity, supported currencies, and the negative constraint. No fluff.

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 read-only tool with full schema documentation and no output schema, the description covers the core purpose, key constraint, and data granularity. It is slightly thin on what the response looks like, but given the simplicity and good annotations, it is sufficiently 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?

The input schema fully documents all three parameters with descriptions and enum values, making schema coverage 100%. The description restates the currency enum but adds no new parameter-level semantics beyond what the schema already provides.

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 queries historical APR for interest-bearing tokens, returned by natural day. It also specifies the exact supported currencies (usde, steth, usdc, build), which differentiates it from sibling market-data tools like funding or volatility.

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 provides clear context: use this for APR history and only for the four listed currencies. It explicitly warns that other currencies lack this data, which serves as a when-not-to-use signal, though it does not name alternatives.

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/freeeverett/deribit-mcp'

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