Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

sell

Place an order on Deribit to dispose of assets using limit, market, stop-limit, or stop-market types. Use to close positions or reduce exposure.

Instructions

Place a sell order on Deribit. Supports limit, market, stop_limit, and stop_market order types. Use with caution — this places a real trade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOrder type (default 'limit')
labelNoUser-defined label for the order
priceNoOrder price (required for limit orders)
amountNoOrder size in base currency. Use 'contracts' instead for options.
contractsNoNumber of contracts to sell (preferred for options)
post_onlyNoPost-only order (maker only)
reduce_onlyNoReduce-only order
time_in_forceNoTime in force
instrument_nameYesInstrument name (e.g. 'BTC-28MAR25-80000-C')

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of disclosing behavior. It explicitly warns that this places a real trade and says to use caution, which is the critical behavioral trait for a financial mutation. It does not cover order lifecycle or permission requirements, but the most important risk is disclosed.

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 short sentences with no wasted words. The primary purpose is front-loaded, the supported order types follow, and the risk warning is placed at the end for emphasis.

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 9-parameter order tool with no output schema and no annotations, the description is lean but sufficient: it states the action, supported types, and real-trade risk, while the schema itself thoroughly documents parameters like amount, contracts, price, and time_in_force. The main gap is the lack of explicit guidance about expected response or prerequisites, but the core invocation context is present.

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 input schema covers all 9 parameters with descriptive meanings, so the baseline is 3. The description adds little parameter-level detail beyond restating the order types already present in the schema's enum.

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 clearly identifies the action as placing a sell order on Deribit and enumerates the four supported order types. It is distinguishable from sibling tools like buy, cancel_order, and edit_order because it explicitly names the sell order action.

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 purpose implicitly tells an agent to use this tool when placing a sell trade, and the warning 'places a real trade' conveys caution. However, it does not explicitly state when not to use it or mention the buy tool as the counterpart alternative, so the guidance is only implied.

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