Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit Public Settlements

deribit_get_public_settlements
Read-onlyIdempotent

Retrieve public settlement, delivery, and bankruptcy events for a specified currency or instrument.

Instructions

查询全市场的结算、交割和穿仓事件,不含个人持仓损益。currency 与 instrument_name 必须二选一。个人的期权交割和结算结果请用 deribit_get_settlement_history。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
countNo返回条数,最大 1000
currencyNo结算币种,例如 BTC、ETH、USDC、USDT、EURR
continuationNo翻页游标,取自上一次响应的 continuation
instrument_nameNo合约名,例如 BTC-PERPETUAL、BTC-27JUN25-100000-C
search_start_timestampNo毫秒 UNIX 时间戳
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds useful context: the tool covers market-wide events only, not personal P&L, and clarifies the mutual exclusivity constraint. This goes beyond the annotations 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?

Three sentences, each earning its place: purpose with exclusions, a mutual-exclusivity constraint, and a pointer to the alternative tool. No redundancy or 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?

The description is concise but covers the core purpose, a key input constraint, and the alternative for personal data. With 6 parameters and no output schema, a bit more detail on return structure could be helpful, but the annotations and schema cover important aspects. Overall adequate for this market-data tool.

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 high (83%), so the schema already documents most parameters. The description adds the critical semantic detail that currency and instrument_name must be mutually exclusive and one is required, which is not expressed in the schema. This is valuable added meaning.

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 market-wide settlement, delivery, and bankruptcy events, explicitly excluding personal position P&L. This distinguishes it from the sibling tool deribit_get_settlement_history, which handles personal results. The verb '查询' (query) is specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states that currency and instrument_name are mutually exclusive and one must be provided. It also provides a clear alternative for personal settlement/delivery results: deribit_get_settlement_history. This is strong usage guidance.

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