Skip to main content
Glama
freeeverett

deribit-mcp

by freeeverett

Deribit Combos

deribit_get_combos
Read-onlyIdempotent

Query existing combo contracts on the exchange. Optionally provide combo_id for a single combo's details, set ids_only to true for just the combo IDs, or omit to get the full list by currency.

Instructions

查询交易所已有的组合合约。提供 combo_id 时返回单个组合详情;ids_only=true 时只返回该币种的组合 id 列表(载荷远小于完整列表);否则按 currency 返回完整组合列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNo
combo_idNo组合标识,例如 BTC-STRG-28JUN24-65000
currencyNo结算币种,省略 combo_id 时必填
ids_onlyNo为 true 时只返回组合 id 列表,不返回每个组合的腿和状态
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, so the bar is lower. Description adds behavioral details: payload reduction with ids_only, and requirement of currency when combo_id omitted. No contradiction with annotations.

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?

Single concise sentence, logically structured with semicolons, front-loaded with purpose, and zero wasted words.

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?

Given no output schema and 4 optional params, the description covers all major usage scenarios and even notes payload size differences. State param is not mentioned, but its enum is self-explanatory in schema. A brief note on state usage would make it fully 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 covers 75% of parameters (state lacks description). Description explains the interplay between combo_id, currency, and ids_only, adding meaning beyond the schema's individual field descriptions. However, state remains undocumented in both.

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?

Description clearly states the tool queries existing combo contracts and specifies three distinct modes (with combo_id, ids_only, and by currency). The verb '查询' (query) plus the specific resource (组合合约) distinguishes it from sibling market data tools.

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?

Provides clear context for when to use each parameter combination (combo_id for single detail, ids_only for lightweight list, else full list). However, it does not explicitly mention alternatives or exclusion criteria relative to siblings.

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