Skip to main content
Glama
ryansilk

ApexVol MCP Server

Market Screener

screen_market
Read-only

Screen the market to find trading opportunities using preset criteria for volatility, earnings, and unusual options activity.

Instructions

Screen the market for trading opportunities.

Preset screens run against the full ~6,000-ticker universe using bulk data (cheap on quota). Pass screen_type="list" to fetch the catalog.

Screen types:

  • high_iv_rank / low_iv_rank: elevated or depressed IV vs 1-year range

  • high_vrp: IV rich vs realized — premium-selling edge

  • earnings_this_week: reporting in the next 7 days

  • high_skew: elevated put skew (hedging demand / fear)

  • steep_contango: large front-to-back IV spread (calendar spreads)

  • mean_reversion: IV/SPY ratio stretched vs its 1-year average

  • vol_pairs: rich-vs-cheap ticker pairs vs SPY

  • decorrelation: low-beta diversifiers

  • unusual_volume: options volume far above 20-day average

  • pin_risk: spot pinned near a large-OI strike into expiration

Use this tool when the user asks about:

  • Finding trading opportunities

  • Screening for high IV stocks

  • Unusual activity scan

  • What to trade

Args: screen_type: Screen name from the list above (or "list" for the catalog) limit: Maximum results to return (default 20) min_market_cap: Minimum market cap in dollars (0 = server default $1B) exclude_earnings_days: Skip tickers reporting within N days (0 = keep all)

Returns: Stocks matching the screen criteria

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
screen_typeNohigh_iv_rank
min_market_capNo
exclude_earnings_daysNo

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description does not contradict it. It adds context beyond the annotation: mentions bulk data usage, cheap on quota, and the ability to fetch catalog with screen_type='list'. This is helpful for understanding performance and side effects. It doesn't describe pagination or return volume, but the added quota/bulk detail is valuable.

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 organized with bullet points and sections, front-loading the primary purpose. It includes a comprehensive list of screen types that is essential for correctness. While somewhat lengthy, each bullet earns its place. The structure is clear, though it could be trimmed slightly without losing value.

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 tool is complex with many screen types, and there is no output schema. The description ends with a generic 'Returns: Stocks matching the screen criteria' without detailing fields, result limits, or how to interpret the data. Given the variety of screens, more specifics on return format would be helpful. It doesn't mention error scenarios or quota limits beyond 'cheap on quota'. Overall, it's adequate but leaves room for clarification.

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?

Although schema coverage is 0%, the description contains an 'Args' section that details each parameter (e.g., screen_type list, min_market_cap default $1B, exclude_earnings_days semantics). This fully compensates for the empty schema descriptions and even clarifies defaults. Parameter meanings are explicit and actionable.

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 it screens the market for trading opportunities and enumerates specific screen types (e.g., high_iv_rank, unusual_volume, pin_risk). It distinguishes itself from siblings like scan_volatility_arb and scan_relative_value by focusing on preset multidirectional screens across the full universe. The verb 'screen' + resource 'market' is specific.

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 provides an explicit 'Use this tool when' section listing user intents such as finding trading opportunities, screening high IV stocks, unusual activity scans, and what to trade. While it doesn't name alternatives or when not to use it, the context is clear enough for typical queries. It misses explicit exclusions but is still directive.

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