Skip to main content
Glama
ryansilk

ApexVol MCP Server

get_ticker_analytics

Get per-ticker analytics covering skew, dividends, borrow rate, correlation, volatility regimes, price context, relative value, and Greeks exposure to inform options strategies.

Instructions

Get a specific per-ticker analytics view.

One tool, eight analyses — pick via the analysis argument:

  • "skew": put/call IV skew (view: "analysis" default, "history", "curvature")

  • "dividends": dividend history, yield, and ex-date behavior

  • "borrow_rate": stock borrow cost / hard-to-borrow signals (short-squeeze context)

  • "correlation": correlation and beta vs SPY and sector; pass compare_with to get the pairwise correlation vs another ticker instead

  • "hv_regimes": historical volatility regimes (view: "dashboard" default, "signals", "decomposition", "ex_earnings")

  • "price_context": price action + volatility briefing for orientation

  • "relative_value": is this ticker's vol rich or cheap vs its own history and peers

  • "greeks_exposure": dealer gamma/delta/vanna/charm exposure by strike

Args: ticker: Stock symbol (e.g., "AAPL") analysis: One of the eight analysis names above expiration: Optional YYYY-MM-DD filter (greeks_exposure only) days: History window in trading days (borrow_rate, relative_value, hv_regimes) view: Sub-view for skew / hv_regimes (see above) compare_with: Second ticker for pairwise correlation (correlation only)

Returns: The selected analytics payload with a compact summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
viewNo
tickerYes
analysisYes
expirationNo
compare_withNo
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose useful behavioral context: it returns a 'selected analytics payload with a compact summary', and it explains that views exist for skew and hv_regimes, and that days applies only to certain analyses. However, it does not explicitly confirm the operation is read-only, describe the output structure, or mention error handling, rate limits, or other side effects. The 'compact summary' wording is vague.

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 a one-line summary, a bullet-style list of eight analyses, an Args section, and a Returns line. Every major section serves a purpose, and the length is justified by the tool's complexity. It loses one point because the analysis list and Args section have slight redundancy (e.g., correlation's compare_with appears in both), but otherwise it is tight and clear.

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?

With no output schema and no annotations, the description is the only source of contextual information. It covers the main behavior and parameter constraints, but it leaves significant gaps: the Returns line only says 'selected analytics payload with a compact summary', without detailing what each analysis returns or what 'compact summary' contains. It also doesn't explain the meaning of the different views (e.g., 'history', 'curvature'), error conditions, or data provenance. For an 8-analysis tool, this is incomplete.

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?

The input schema has 0% description coverage, so the description must fully compensate. The Args section does exactly that: it explains every parameter (ticker, analysis, expiration, days, view, compare_with) with format constraints (YYYY-MM-DD, trading days) and applicability notes (which analyses use which parameters). The analysis list also expands on the allowed values for the analysis parameter. This is an exemplary compensation for an otherwise bare 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 opens with a specific verb-resource phrase, 'Get a specific per-ticker analytics view,' then enumerates eight distinct analyses (skew, dividends, borrow_rate, correlation, etc.), making the tool's scope unmistakable. This clearly differentiates it from sibling tools, which are narrow single-analytics tools.

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 description gives clear in-tool guidance for parameter selection, such as 'expiration: Optional YYYY-MM-DD filter (greeks_exposure only)' and 'compare_with: Second ticker for pairwise correlation (correlation only)'. However, it never explicitly tells the agent when to use this tool instead of a sibling like get_gex or get_charm_exposure, nor does it mention exclusions or alternatives. Since many siblings overlap with the eight analyses, this is a notable gap.

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