Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

get_delivery_prices

Retrieve historical settlement/delivery prices for any index to backtest strategies and analyze past expiry outcomes.

Instructions

Get historical settlement/delivery prices for an index. Useful for backtesting and understanding past expiry outcomes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of records (1-1000, default 10)
offsetNoPagination offset (default 0)
index_nameYesIndex name (e.g. 'btc_usd', 'eth_usd')

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only identifies the data type and use case; it does not describe output format, pagination behavior, side effects, or any access requirements. For a read-only tool this is not misleading, but it is thin on behavioral context.

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?

Two concise sentences with no filler. The primary action and resource are front-loaded, and the second sentence adds relevant use-case context without redundancy.

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 retrieval tool with fully documented parameters, the description covers the essential purpose and context. The lack of output schema means return shape is not explicitly described, but the tool is still callable correctly based on this definition.

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%, so the parameters are already documented with examples and limits. The description adds no additional parameter-level semantics, making the baseline score of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: getting historical settlement/delivery prices for an index. It clearly distinguishes this from current index price or volatility history, though it does not explicitly name a sibling tool to differentiate against.

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

Usage Guidelines3/5

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

The description provides use-case context ('backtesting', 'past expiry outcomes') which implies when this tool is relevant. However, it does not explicitly state when to prefer this over alternatives like get_index_price or get_historical_volatility, nor does it mention any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/schoeffeljp/deribit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server