Skip to main content
Glama
ryansilk

ApexVol MCP Server

get_earnings_move_analysis

Analyze stock moves around earnings to detect option mispricing. Review historical moves, expected vs actual, IV crush, and seasonality to decide if a straddle is worth buying.

Instructions

Analyze how a stock moves around earnings and whether options misprice it.

Pick via the analysis argument:

  • "mispricing" (default): IV rank + VRP + expected-vs-actual history combined into an over/underpriced assessment

  • "historical_moves": realized post-earnings moves over several horizons

  • "expected_vs_actual": straddle-implied expected move vs what actually happened

  • "verdict": combined buy/sell-the-straddle verdict for the next earnings

  • "seasonality": monthly/quarterly return and volatility seasonality

  • "post_drift": post-earnings drift statistics over recent quarters

  • "iv_crush": IV build-up and crush pattern around past earnings

Use this when the user asks whether earnings options are over/underpriced, how a stock usually moves on earnings, or if a straddle is worth buying.

Args: ticker: Stock symbol analysis: One of the seven analysis names above periods: Comma-separated day horizons for historical_moves (default "7,14,21,30")

Returns: The selected earnings analysis payload with a compact summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
periodsNo
analysisNomispricing
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool's behavior in detail by listing the seven analysis modes and what they compute (e.g., 'IV crush pattern', 'over/underpriced assessment'), and clarifies that it returns a compact summary. It does not mention side effects, permissions, or data sources, but for a read-only analysis tool, the behavioral disclosure is strong.

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 moderately long but every section earns its place: the analysis mode list, use case, args, and returns. It is well-structured and front-loaded with the core purpose. Slightly verbose due to the enumeration, but no redundant content; a 4 is appropriate.

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 tool with multiple analysis modes and no output schema, the description is quite complete. It explains what each mode does, how to invoke it, and what the return value is ('the selected earnings analysis payload with a compact summary'). It lacks details on data sources or limitations, but the core context is fully covered.

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 coverage is 0% because the schema has no parameter descriptions. The description compensates fully by explaining ticker ('Stock symbol'), analysis (with the seven named options), and periods ('Comma-separated day horizons for historical_moves, default 7,14,21,30'). This adds value well beyond the raw schema.

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 states the tool's function: 'Analyze how a stock moves around earnings and whether options misprice it.' This is a specific verb+resource with scope, and it distinguishes the tool from siblings like get_earnings_calendar or calculate_expected_move.

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 explicitly states when to use the tool: 'Use this when the user asks whether earnings options are over/underpriced, how a stock usually moves on earnings, or if a straddle is worth buying.' It provides clear context but does not include when-not-to-use or alternatives, which prevents a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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