Skip to main content
Glama

Live 0DTE Flow

get_zero_dte_flow
Read-only

LIVE simulation-aware 0DTE flow — snapshot (current net GEX/DEX, gamma flip, walls, pin score, flow direction; fresher than get_zero_dte which uses settled OI and goes stale after ~10:30 ET), series (intraday time-series of 0DTE positioning for charting), hedge_flow (estimated dealer hedge-flow delta-dollars per bar + cumulative since open). Growth+.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barNoBar size for series/hedge_flow: '30s' | '1m' | '5m' | '15m'. Default 30s.
sideNoSide filter for hedge_flow: 'calls' | 'puts' | 'all'. Default all.
viewYesView: 'snapshot' (live 0DTE regime/GEX/DEX/levels/flow_direction) | 'series' (intraday time-series for charting) | 'hedge_flow' (per-bar + cumulative dealer hedge-flow delta-dollars)
apiKeyNoFlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp.
symbolYesStock/ETF/index ticker with daily 0DTE options (e.g. SPY, SPX, QQQ)
minutesNoLookback window in minutes (1–390) for series/hedge_flow. Default 60.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description doesn't contradict this. It adds valuable behavioral context: the data is simulation-aware (not actual flow), the snapshot includes gamma flip/walls/pin score, hedge_flow is per-bar with cumulative totals, and the staleness issue for settled OI. These details go beyond the annotation without being redundant.

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 that front-loads the core purpose and then systematically defines the three views. Every clause serves a purpose except the cryptic 'Growth+' at the end, which adds no functional information and slightly weakens conciseness. Overall, it's efficient and well-structured.

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?

For a multi-view tool with no output schema, the description does a solid job: it explains what snapshot, series, and hedge_flow return and their intended use. It omits some edge-case details (e.g., exact data availability windows or error behavior), but the combination of schema coverage, readOnlyHint, and view descriptions makes it sufficiently complete for an agent to decide when and how to invoke it.

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 already documents all parameters clearly. The description adds a little extra meaning by associating 'per bar' with hedge_flow and naming view-specific outputs (e.g., gamma flip, walls), but it doesn't materially deepen parameter understanding beyond the schema. Baseline 3 is appropriate.

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 'LIVE simulation-aware 0DTE flow' and enumerates three specific views (snapshot, series, hedge_flow), each with concrete outputs. It explicitly contrasts with get_zero_dte, distinguishing itself as a fresher, simulation-based alternative. This gives a specific verb+resource and clear differentiation from siblings.

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?

It explicitly names get_zero_dte as an alternative and explains why this tool is preferred when live data is needed ('fresher than get_zero_dte which uses settled OI and goes stale after ~10:30 ET'). It also maps views to use cases (charting for series, hedging estimates for hedge_flow). However, it doesn't provide broader exclusions or comparisons to other flow-related siblings like get_flow_live or get_flow_signals.

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

A3.6/5.0
Disambiguation2/5

Many tools have overlapping scopes: get_stock_summary, get_volatility, get_vrp, and get_exposure_summary all return comprehensive analytics with shared metrics, making it hard to pick the right one. The flow family (get_flow_live, get_flow_summary, get_flow_scan, get_flow_signals, etc.) has significant redundancy — get_flow_live bundles data also available via separate tools.

Naming Consistency4/5

Tool names mostly follow a consistent get_<noun> pattern, with clear subgroups like get_historical_* and get_*_exposure. Minor deviations exist: post_screener, post_structure_pnl, calculate_greeks, and solve_iv break the get_ convention, but they are still predictable and readable.

Tool Count1/5

With 73 tools, this is far beyond the 3–15 tool sweet spot and even the 50+ extreme mismatch threshold. While the domain is broad, the enormous surface is bloated by near-duplicate historical replay variants (18 get_historical_* tools) and multiple overlapping summary endpoints, making it unwieldy for an agent.

Completeness5/5

The tool set provides thorough coverage of options analytics: quotes, chains, greeks, volatility surface, VRP, exposure, flow, historical replay, screening, and strategy analysis. There are no obvious dead ends — core workflows like calculating greeks, getting exposure, and screening the universe are all supported.

Resources