Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit Market Quote

deribit_get_market_quote
Read-onlyIdempotent

Fetch real-time market quotes for Deribit instruments, including order book depth, implied volatility, and option Greeks. Specify contract name or ID to retrieve current pricing data.

Instructions

查询指定合约的实时行情、盘口深度、隐含波动率和期权 Greeks。instrument_name 与 instrument_id 二选一,用 id 查询时只返回盘口。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNo盘口档位数,省略时由 Deribit 返回默认深度
instrument_idNo合约数字 id,可从 deribit_get_instruments_info 的 instruments 里取得
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 establish read-only, idempotent, non-destructive behavior. The description adds valuable behavioral nuance by stating that querying with instrument_id returns only order book data, which is not visible in the schema. This appropriately extends beyond structured fields without contradicting them.

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 a single dense sentence that covers the purpose, key parameter relationship, and an important behavioral exception. There is no filler, and the most important information appears first.

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, optional-parameter read-only quote tool with no output schema, the description is mostly complete. It could slightly improve by noting whether IV/Greeks only apply to options or by naming the default depth in words, but the provided context is already sufficient for correct invocation.

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%, so the schema already describes depth, instrument_id, and instrument_name. The description adds critical semantic value by explaining that instrument_name and instrument_id are alternatives and that id changes the returned data scope.

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 real-time market quotes, order book depth, implied volatility, and option Greeks for a specified contract. This specific verb-object structure distinguishes it from sibling tools like historical candles, trade volumes, or mark price history.

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?

It gives clear usage context: instrument_name and instrument_id are alternatives, with a distinct behavioral consequence when using id. It does not explicitly name sibling tools or provide exclusions, but the domain of real-time quote/order book/Greeks is sufficiently clear.

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