Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

get_index_price

Retrieve the current index price for a given underlying index such as btc_usd or eth_usd to support real-time market analysis and trading decisions.

Instructions

Get the current index price for a given underlying index (e.g. btc_usd, eth_usd).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
index_nameYesIndex name (e.g. 'btc_usd', 'eth_usd', 'sol_usd')

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It communicates that this is a read-only, snapshot-style price lookup, which is adequate for a simple tool, but it does not describe the response format, error behavior, or any data-source nuances.

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?

A single front-loaded sentence states the action, the resource, and examples with no filler. Every word contributes to the tool's meaning.

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 one-parameter read tool with 100% schema coverage, the description gives the agent enough to invoke it correctly. It is only missing explicit differentiation from sibling price-related tools and return-value detail, which are partially covered by the low complexity and simple expected result.

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 coverage is 100%, and the schema already documents index_name with examples. The description repeats the example indices but adds no meaningful semantics beyond what the schema provides, so the baseline of 3 applies.

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 names the verb ('Get'), the resource (current index price), and provides concrete examples (btc_usd, eth_usd), so the action is clear. However, it does not explicitly distinguish itself from closely related siblings such as get_ticker, which may also return price-like data.

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 intended context—when you need the current index price—is implied by the description, but there is no explicit 'when to use vs. alternatives' guidance. Given the large sibling list with overlapping pricing tools, this is a meaningful gap.

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