Skip to main content
Glama
phields

Unusual Whales MCP Server

by phields

get_option_trades_flow_alerts

Monitor significant options trades and unusual market activity to identify potential trading opportunities based on volume, premium, and other customizable filters.

Instructions

Get option flow alerts showing significant option trades and unusual activity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_openingNoBoolean flag whether all transactions are opening transactions based on OI, Size & Volume (default: true)
is_ask_sideNoBoolean flag whether a transaction is ask side (default: true)
is_bid_sideNoBoolean flag whether a transaction is bid side (default: true)
is_callNoBoolean flag whether a transaction is a call (default: true)
is_floorNoBoolean flag whether a transaction is from the floor (default: true)
is_otmNoOnly include contracts which are currently out of the money
is_putNoBoolean flag whether a transaction is a put (default: true)
is_sweepNoBoolean flag whether a transaction is a intermarket sweep (default: true)
issue_typesNoAn array of 1 or more issue types
limitNoHow many items to return (default: 100, max: 200, min: 1)
max_diffNoThe maximum OTM diff of a contract
max_dteNoThe maximum days to expiry (min: 0)
max_open_interestNoThe maximum open interest on that alert's contract
max_premiumNoThe maximum premium on that alert (min: 0)
max_sizeNoThe maximum size on that alert (min: 0)
max_volumeNoThe maximum volume on that alert's contract
max_volume_oi_ratioNoThe maximum ratio of contract volume to contract open interest
min_diffNoThe minimum OTM diff of a contract
min_dteNoThe minimum days to expiry (min: 0)
min_open_interestNoThe minimum open interest on that alert's contract
min_premiumNoThe minimum premium on that alert (min: 0)
min_sizeNoThe minimum size on that alert (min: 0)
min_volumeNoThe minimum volume on that alert's contract
min_volume_oi_ratioNoThe minimum ratio of contract volume to contract open interest
newer_thanNoUnix time in milliseconds/seconds or ISO date (2024-01-25) - no older results will be returned
older_thanNoUnix time in milliseconds/seconds or ISO date (2024-01-25) - no newer results will be returned
rule_nameNoAn array of 1 or more rule names
ticker_symbolNoA comma separated list of tickers. To exclude certain tickers prefix the first ticker with a -
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves data ('Get'), implying a read-only operation, but doesn't clarify aspects like rate limits, authentication needs, data freshness, or pagination. For a tool with 28 parameters and no annotations, this is inadequate.

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 a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded with the core functionality, making it easy to parse quickly. Every part of the sentence contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (28 parameters, no annotations, no output schema), the description is insufficient. It doesn't explain the return format, data structure, or how results are filtered or sorted. For a data retrieval tool with many filtering options, more context is needed to guide effective use.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all 28 parameters. The description doesn't add any parameter-specific details beyond what's in the schema, such as explaining relationships between parameters or providing examples. Baseline 3 is appropriate when the schema handles all parameter documentation.

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 clearly states the tool's purpose: 'Get option flow alerts showing significant option trades and unusual activity.' It specifies the verb 'Get' and resource 'option flow alerts,' with additional context about the content. However, it doesn't explicitly differentiate from sibling tools like 'get_stock_flow_alerts,' which is a similar concept but for stocks rather than options.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools, prerequisites, or specific use cases, leaving the agent to infer usage from the name and parameters alone. This lack of contextual direction is a significant 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/phields/unusualwhales-mcp'

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