Skip to main content
Glama
schoeffeljp

deribit-mcp

by schoeffeljp

scan_candidates

Discover ranked option trading opportunities for naked puts, strangles, and covered calls. Get key metrics like premium, delta, IV, margin, annualized yield, and position sizing recommendations per candidate.

Instructions

Scan for option trading opportunities by strategy (naked_put, strangle, covered_call). Returns ranked candidates with premium, delta, IV, margin, annualized yield, and position sizing recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_dteNoMaximum DTE (default 60)
min_dteNoMinimum DTE (default 30)
currencyYesCurrency
strategyYesStrategy to scan for
underlyingNoFilter by underlying (required for USDC)
min_iv_rankNoMinimum IV rank to proceed (default 0)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose the output shape (ranked candidates with premium, delta, IV, margin, annualized yield, position sizing) and the scanning-by-strategy behavior, but it does not explicitly state that this is a read-only query, cannot execute trades, or what the ranking criterion is.

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 communicates the action, allowed strategies, and returned fields without filler. Every part earns its place and there is no redundant restatement of parameter names.

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

Completeness3/5

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

The description is adequate for a screening tool given full schema coverage of required/enum parameters, but the absence of an output schema and the unspecified ranking criterion leave some ambiguity about how results are ordered. It does not explain what 'ranked' means or how candidates should be interpreted.

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 input schema already documents all six parameters. The description only echoes the strategy enum and general output fields, adding no additional parameter semantics.

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 a specific action ('Scan'), a resource ('option trading opportunities'), and the supported strategies ('naked_put, strangle, covered_call'), and it lists the returned ranking metrics. It does not explicitly contrast itself with sibling option-data tools such as get_options_chain or find_options_by_delta, so it misses the top tier for sibling differentiation.

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 use is implicit: call it when you need strategy-based option candidates rather than raw market data or order execution. It provides no explicit when-to-use/when-not-to-use guidance and names no alternatives, so the agent is left to infer placement among the sibling tools.

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