Skip to main content
Glama
tradingvolatility

Trading Volatility MCP

Official

rank_top_setups

Rank trade setups across all tickers by opportunity score to discover opportunities. Filter by regime, direction, volatility, IV rank, price, and more for targeted discovery.

Instructions

Rank trade setups across all tickers by opportunity score (descending) to discover opportunities. Filters (all optional, AND'd): limit (1-200, default 20), min_score (0-10), regime (CSV of RegimeLabel values like 'trending_low_vol,range_bound'), recommended_direction (CSV of long/short/neutral), trade_bias, trend_state, momentum_state, realized_vol_state (CSV), iv_rank_min/iv_rank_max (0-100), price_min/price_max.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
regimeNo
min_scoreNo
price_maxNo
price_minNo
trade_biasNo
iv_rank_maxNo
iv_rank_minNo
trend_stateNo
momentum_stateNo
realized_vol_stateNo
recommended_directionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It adds useful behavioral details like the default limit, value ranges for score/IV/price, and AND'd filter logic. However, it does not disclose whether authentication is required, what the return object contains (though an output schema exists), or any rate/performance implications of scanning all tickers.

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 a single dense sentence, but the core purpose is front-loaded. The long filter list is necessary to convey constraints. It is efficient and employs consistent formatting (backticks, ranges) to aid readability, though it could be structured as bullets for even better 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?

With 12 optional parameters and no annotations, the description covers invocation thoroughly, and the output schema covers return structure. It lacks an explicit comparison to sibling screening tools (run_screener, rank_income_setups) and does not explain the opportunity score's derivation, but it gives enough context to select and invoke the tool correctly.

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 zero descriptions and no enums, yet the description details every parameter: ranges (limit 1-200, min_score 0-10, IV rank 0-100, price bounds), CSV formats for multi-value fields, a concrete example for regime, and defaults. This fully compensates for the schema's lack of semantic information.

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 ('Rank'), a clear resource ('trade setups'), a scope ('across all tickers'), and a sorting key ('opportunity score descending'). This strongly distinguishes it from sibling tools like rank_income_setups, which focuses on income rather than opportunity.

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 clearly implies when to use this tool: when a ranked, filterable list of top setups across all tickers is needed. However, it does not explicitly mention alternatives or when not to use it, such as comparing with run_screener or rank_income_setups.

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/tradingvolatility/tv-mcp'

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