Skip to main content
Glama

OptionsBell Options Flow

Flow sentiment (Pro)

get_flow_sentiment

Bullish/bearish classification of each symbol's unusual flow with a 0-9 strength score, based on call/put volumes, premium and net delta. Pass a symbol for that ticker's sentiment time series; omit it for the cross-market snapshot (filterable by sector or minimum strength).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoTrading day, YYYY-MM-DD. Defaults to the latest available day.
limitNo
sectorNoGICS sector name, e.g. 'Information Technology'.
symbolNoSingle ticker for its sentiment series; omit for the market-wide snapshot.
date_toNoRange end, YYYY-MM-DD inclusive.
symbolsNoComma-separated tickers, e.g. 'AAPL,NVDA,TSLA'.
date_fromNoRange start, YYYY-MM-DD inclusive.
signal_onlyNoOnly rows with an active bullish/bearish signal.
min_strengthNo

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains the scoring basis ('call/put volumes, premium and net delta') and the two distinct output modes (time series vs snapshot). It does not disclose response structure or rate limits, but it is a read-only data retrieval tool, so the transparency is adequate.

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 extremely concise, consisting of two sentences with no filler. The first sentence defines the purpose and scoring basis, and the second covers usage modes and filters. It is front-loaded and every sentence earns its place.

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?

Given the complexity of 9 parameters and no output schema, the description provides a good overview but leaves gaps. It fails to clarify the difference between 'symbol' (singular) and 'symbols' (plural) parameters, and does not mention date range parameters for the time series. This could confuse an agent selecting parameters.

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?

The description adds meaning to key parameters: 'Pass a symbol' explains the symbol parameter's conditional behavior, and 'filterable by sector or minimum strength' ties sector and min_strength to the tool's functionality. It does not address the 'symbols' plural parameter or 'signal_only', but schema coverage is 78%, so it partially compensates.

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's function: 'Bullish/bearish classification of each symbol's unusual flow with a 0-9 strength score' and specifies the inputs and outputs. It also distinguishes from siblings by contrasting 'Pass a symbol' vs 'omit it for the cross-market snapshot', making it clear when this tool is appropriate.

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 explicit invocation guidance: 'Pass a symbol for that ticker's sentiment time series; omit it for the cross-market snapshot (filterable by sector or minimum strength).' However, it does not explicitly name alternative tools or state when not to use this tool, though the two modes are clearly described.

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.