Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

get_portfolio_summary

Get a complete portfolio summary for a currency: balances, margin usage, equity, open positions with P&L, and open orders. Consolidates multiple API calls into one comprehensive snapshot.

Instructions

One-shot overview of your entire account for a currency: balances, margin usage, equity, all open positions with P&L, and all open orders. Saves multiple API calls into a single comprehensive snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyYesCurrency

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It openly describes the operation as a read-oriented 'overview' and 'snapshot', and lists the data categories returned. It does not mention response format or potential latency, but the aggregate, non-mutating nature is clearly conveyed.

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 two sentences with no filler. The core value proposition and scope are front-loaded, and the benefit over multiple API calls is stated in one concise clause. Every sentence contributes to tool understanding.

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 single-parameter read-only summary tool, the description is largely complete: it names the scope and the major content categories. There is no output schema, so the description partially compensates by listing what the snapshot includes, though it could specify field-level details or ordering behavior for full 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?

The schema covers the only parameter (currency) with an enum and a 'Currency' description, so schema coverage is 100%. The description adds no further parameter-specific detail, such as how the currency affects which positions or orders are included, but the schema already provides sufficient semantics.

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 states a specific verb and resource: a one-shot account overview for a currency. It enumerates the contents (balances, margin usage, equity, positions with P&L, open orders), which clearly distinguishes it from narrower siblings like get_account_summary, get_positions, and get_open_orders.

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 clearly implies when to use this tool: when a broad account snapshot is needed without making multiple separate API calls. It does not explicitly name excluded alternatives or edge cases, but the phrase 'Saves multiple API calls into a single comprehensive snapshot' provides actionable context for tool selection.

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