Skip to main content
Glama
ryansilk

ApexVol MCP Server

Strategy Builder

build_strategy
Read-only

Construct options strategies like iron condors, credit spreads, and more with automated strike selection based on target delta. Specify ticker and strategy type to get legs, Greeks, and expected P&L.

Instructions

Build an options strategy with optimal parameters.

Supports various strategy types and automatically selects strikes based on target delta or other criteria.

Strategy types: iron_condor, credit_spread, debit_spread, straddle, strangle, butterfly, calendar

Use this tool when the user asks about:

  • Building a specific strategy

  • Iron condor, credit spread, etc.

  • Strategy construction

Args: ticker: Stock symbol strategy_type: Type of strategy (iron_condor, credit_spread, etc.) expiration: Target expiration or None for nearest monthly width: Strike width for spreads in dollars; fractional widths like 2.5 are valid (default 5) target_delta: Target delta for strike selection (default 0.30)

Returns: Strategy details with legs, Greeks, and expected P&L

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
tickerYes
expirationNo
target_deltaNo
strategy_typeYes

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4.2/5.0
Behavior4/5

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

The description adds useful behavioral context beyond readOnlyHint: it automatically selects strikes based on target delta, supports fractional widths, treats expiration as None for nearest monthly, and returns legs, Greeks, and expected P&L. No contradiction exists between 'Build' and readOnlyHint since this appears to be an in-memory computation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with a summary, supported types, usage triggers, and Args/Returns sections. Some redundancy exists between the strategy-type list and the strategy_type parameter example, but overall the structure is clear and scannable.

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?

Given 5 parameters, no output schema, and no enums, the description provides enough context to invoke the tool: it identifies required params, optional behavior, strategy categories, and return content. It is mostly complete, though it could more explicitly state how 'optimal parameters' are derived when no target_delta is specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden. It meaningfully describes all 5 parameters: ticker, strategy_type, expiration, width, and target_delta, including defaults, valid fractional widths, and the 'None' expiration behavior. This goes well beyond the raw schema titles.

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 uses a specific verb 'Build an options strategy' and lists supported strategy types, making it clear what the tool does. It does not explicitly contrast itself with siblings like optimize_strategy or analyze_strategy, but the use-case list helps differentiate it.

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 gives explicit use triggers: 'Use this tool when the user asks about building a specific strategy', iron condor/credit spread requests, and strategy construction. It does not state when not to use it or name alternatives, so it stops short of full discrimination.

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/ryansilk/apexvol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server