Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit Option Chain

deribit_get_option_chain
Read-onlyIdempotent

Retrieve option chain or single contract summaries with open interest, implied volatility, volume, and bid/ask prices. Specify a currency for the full chain or an instrument name for one contract.

Instructions

查询合约摘要,包括持仓量、隐含波动率、成交量和买卖价。给 currency 返回整条期权链或该币种其它类型的合约摘要;给 instrument_name 只返回单个合约的摘要。两者必须二选一。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo仅按 currency 查询时生效,默认 option
currencyNo结算币种,例如 BTC、ETH、USDC、USDT、EURR
instrument_nameNo合约名,例如 BTC-PERPETUAL、BTC-27JUN25-100000-C
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds what fields are returned and explains the two operational modes, which is valuable context beyond the annotations. It does not mention rate limits or pagination, but that is not essential given the read-only nature.

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 two sentences, front-loaded with the core function and then the usage modes. Every sentence carries essential information without redundancy. It is efficiently structured for quick agent comprehension.

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 read-only query tool with 3 documented parameters and no output schema, the description adequately explains the two possible queries and the key returned fields. It lacks details on output formatting or potential large-response limits, but given the tool's simplicity and strong annotations, it is sufficiently complete.

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% with descriptions for all parameters, but the description adds the key mutual-exclusivity constraint and clarifies that kind only applies in currency mode. This goes beyond the schema's static property definitions, making the semantics clearer for correct invocation.

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 contract summaries including open interest, implied volatility, volume, and bid/ask prices. It also distinguishes two modes (by currency for a full chain or other contract types, or by instrument_name for a single contract), which sets it apart from siblings like get_market_quote or get_instruments_info.

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 explicitly states mutual exclusivity between currency and instrument_name, and that kind only applies when using currency. This gives clear context on when each parameter is appropriate, but it does not explicitly name alternative tools for similar purposes, so a small deduction.

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