Skip to main content
Glama
ryansilk

ApexVol MCP Server

IV Rank

get_iv_rank
Read-only

Compare current implied volatility to its historical range to determine if options are expensive or cheap. Use IV rank to identify premium selling or buying opportunities based on volatility levels.

Instructions

Get IV Rank and percentile for a stock.

IV Rank shows where current implied volatility stands relative to its historical range. High IV Rank (>50) suggests elevated volatility, potentially favorable for selling premium. Low IV Rank (<30) suggests cheap options, potentially favorable for buying premium.

Use this tool when the user asks about:

  • Whether options are expensive or cheap

  • IV rank or IV percentile

  • Historical volatility context

  • Premium selling/buying opportunities

Args: ticker: Stock symbol (e.g., "AAPL", "SPY") lookback_days: Historical lookback period (default 252 = 1 year)

Returns: IV rank data with interpretation and strategy recommendations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
lookback_daysNo

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, and the description adds behavioral detail beyond that: it interprets high/low IV Rank ranges and clarifies the output includes 'interpretation and strategy recommendations.' This gives useful context about what the tool returns and how to interpret it. It doesn't contradict annotations.

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-structured with an opening summary, brief explanatory paragraphs, a clear usage list, and an Args/Returns section. Each section earns its place and the text is not bloated. The heading/repetition of the description and title is minor, but the overall structure helps scannability.

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 two-parameter, read-only tool with no output schema, the description is nearly sufficient. It explains what is returned ('IV rank data with interpretation and strategy recommendations') and how lookback_days affects the result. It could be more explicit about the exact fields in the response, but given it is a simple read tool with a clear interpretation, the context is reasonably complete.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates well with an Args section. It explains ticker with concrete examples ('AAPL', 'SPY') and lookback_days with its default and meaning ('default 252 = 1 year'). This adds practical semantics that the schema lacks.

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 opens with a specific verb+resource: 'Get IV Rank and percentile for a stock,' clearly stating the tool's core function. It also explains the conceptual meaning of IV Rank and provides threshold meanings (high >50, low <30). However, it does not explicitly differentiate this from related sibling tools like get_volatility_risk_premium or find_iv_opportunities.

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 includes a dedicated 'Use this tool when the user asks about...' section with four concrete use cases, such as 'Whether options are expensive or cheap' and 'Premium selling/buying opportunities.' This is clear and actionable, but it lacks explicit 'when not to use' guidance or references to alternative tools, so it falls short of a 5.

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