Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit Announcements

deribit_get_announcements
Read-onlyIdempotent

Retrieve Deribit exchange announcements for system upgrades, maintenance windows, new contracts, and rule changes. Check this before diagnosing price anomalies or order failures.

Instructions

查询交易所公告,包括系统升级、维护窗口、新合约上线和规则变更。body 字段是 HTML。排查异常行情或下单失败前值得先看一眼这里。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo返回条数,最大 50
start_timestampNo只返回该毫秒时间戳之前的公告,用于翻页;省略则从当前时间往前取
Behavior3/5

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

Annotations already declare readOnly=true, openWorld=true, idempotent=true, destructive=false, so the safety profile is covered. The description adds useful behavioral context by saying the 'body' field is HTML and that announcements may explain market/order anomalies. However, response structure and sort/return behavior remain implicit, so there is still a moderate gap.

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 three very short sentences, each adding independent value: purpose/content, HTML format warning, and when-to-use guidance. There is no repetition of schema or annotation information.

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 announcements-list tool with two optional parameters and full schema coverage, this is mostly complete: it covers content scope, the HTML body caveat, and a real-world trigger scenario. Since there is no output schema, slightly more detail about returned announcement fields would push it to perfect completeness.

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?

Schema description coverage is 100%: 'count' documents default/max, and 'start_timestamp' documents pagination and inclusive-exclusive behavior. The description itself adds no parameter-specific detail, so it does not exceed the schema. Baseline 3 applies.

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 uses a specific verb ('查询') and clearly names the resource (交易所公告), then enumerates concrete content categories: system upgrades, maintenance windows, new contract launch, and rule changes. This distinguishes it from the sibling market-data tools, all of which return prices, volumes, or instrument data rather than announcements.

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 gives an explicit usage context: check announcements before troubleshooting abnormal market quotes or order placement failures. It does not name an alternative tool or state when not to use it, but no sibling tool is a direct substitute for announcements, and the guidance is sufficiently actionable.

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