Skip to main content
Glama

OptionsBell Options Flow

Unusual options activity

get_unusual_activity

Contract-level unusual options activity scan across 7,000+ US stocks (the dataset behind OptionsBell alerts). Filter by symbols, side and thresholds: Vol/OI ratio, premium (USD), IV, days-to-expiration. Rows include strike, expiry, volume, open interest, IV, delta, sector and an estimated premium. Use for questions like 'what unusual put buying hit TSLA today?'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoTrading day, YYYY-MM-DD. Defaults to the latest available day.
typeNoSide: c = calls, p = puts (default all).
limitNoMax rows (default 300).
min_ivNoMinimum implied volatility in percent, e.g. 60.
date_toNoRange end, YYYY-MM-DD inclusive.
max_dteNoMaximum days to expiration, e.g. 30.
symbolsNoComma-separated tickers, e.g. 'AAPL,NVDA,TSLA'.
date_fromNoRange start, YYYY-MM-DD inclusive.
min_voloiNoMinimum volume/open-interest ratio, e.g. 5.
min_premiumNoMinimum estimated premium in USD, e.g. 250000.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the responsibility for behavioral disclosure. It lists the output fields (strike, expiry, volume, OI, IV, delta, sector, premium), which tells the agent what to expect. It does not mention data freshness or rate limits, but for a read-only scanner this is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three concise sentences: purpose, filters, and output/use case. Every sentence carries meaningful information, and it is front-loaded with the most important details. No fluff or redundancy.

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?

Given 10 parameters, no output schema, and no annotations, the description effectively covers the tool's purpose, filter capabilities, output columns, and a sample question. It does not explain every parameter individually, but the schema handles that. Overall it provides sufficient context for an agent to select and invoke the tool.

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 coverage is 100%, so the baseline is 3. The description adds value by grouping filters ('symbols, side and thresholds') and explicitly naming Vol/OI ratio, premium, IV, and days-to-expiration, which map to the parameters. The example question ties parameters to a real use case, going beyond the 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 performs a 'contract-level unusual options activity scan across 7,000+ US stocks'. This is a specific verb+resource combination that distinguishes it from sibling tools like get_symbol_flow or get_top_prints. It even names the dataset behind OptionsBell alerts, giving extra context.

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 a concrete usage example ('Use for questions like ...'), which gives clear context on when to use the tool. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a full 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

Each tool targets a distinct analytical view (contract scan, per-symbol detail, history, sentiment, etc.), with clear boundaries. The only minor overlap is between get_symbol_flow and get_unusual_activity when filtering by a single symbol, but descriptions clarify the difference (single-symbol detail vs. broad scanner).

Naming Consistency5/5

All tool names follow a consistent get_<object> pattern (e.g., get_expiry_concentration, get_oi_changes), with ping as the standard exception for liveness checks. The naming is predictable and uniform.

Tool Count5/5

13 tools is well within the ideal range for a specialized data analytics server. Each tool covers a distinct query type and earns its place without redundancy.

Completeness5/5

The tool surface comprehensively covers the domain of unusual options flow discovery and analysis: data discovery, contract-level scans, per-symbol views, time series, sentiment, and market-wide aggregations. No obvious gaps or dead ends.