Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

get_user_trades

Retrieve recent trade fills for a currency, filtered by instrument type, to review execution prices, size, fees, P&L, IV, and underlying price.

Instructions

Get recent trade fills for a currency. ALWAYS filter by kind (option, future, spot) to narrow results. Shows price, size, fees, P&L, IV, and underlying price. Use get_user_trades_by_instrument if you know the specific instrument name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter by instrument type
countNoNumber of trades to return (1-1000, default 10)
sortingNoSort order
currencyYesCurrency
end_timestampNoEnd timestamp in ms
start_timestampNoStart timestamp in ms

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. It discloses that the tool returns recent fills for a currency and states the returned fields (price, size, fees, P&L, IV, underlying price), which conveys a read-only, disclosure-oriented behavior. It does not explicitly mention side effects or safety, but the get/Shows framing makes the read nature clear.

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 tightly written sentences: purpose first, then critical filtering guidance, then sibling routing. There is no filler, and all sentences earn their place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only trade-history tool with six well-documented parameters and no output schema, the description covers the purpose, required filtering behavior, returned data fields, and when to use a sibling tool. This is sufficient for an agent to select and invoke it correctly.

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 baseline is 3 and all six parameters are already documented. The description adds practical emphasis on filtering by kind but does not add new meaning to individual parameters beyond what the schema provides.

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 resource: "Get recent trade fills for a currency," clearly distinguishing this from Get user trades by instrument. It also names the sibling alternative and lists the returned trade fields, making the tool's purpose unambiguous.

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?

The description explicitly instructs the agent to always filter by kind and gives the direct alternative: use get_user_trades_by_instrument if the specific instrument name is known. This provides clear when-to-use and when-to-choose-another-tool guidance.

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