Skip to main content
Glama

ZeroGEX — SPX/SPY/QQQ/NDX dealer positioning

Get delayed gamma levels for every symbol

get_market_gamma_overview
Read-onlyIdempotent

One-line dealer-positioning summary for all six covered underlyings (SPX, SPY, QQQ, NDX, ES, NQ) in a single call: spot, modeled regime and gamma flip for each. Use for broad openers like "what does dealer positioning look like today" or "which indices are in negative gamma", instead of calling get_gamma_levels six times. Same free 15-minute-delayed data and the same caveats. When the question is about one symbol, call get_gamma_levels instead — this tool omits the walls, max pain and pin strike.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it returns delayed data (15-minute), is free, and omits certain details (walls, max pain, pin strike). It doesn't describe the exact output format, but with no output schema and a simple summary tool, the description provides adequate transparency.

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 compact and front-loaded: the first sentence states the core purpose and scope, the second gives usage examples, and the third provides the sibling routing rule. Every sentence earns its place with no redundancy.

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

Completeness5/5

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

For a zero-parameter, read-only, idempotent tool with a single sibling, the description covers everything an agent needs: what it returns, when to use it, when not to use it, and the data caveats. The lack of an output schema is acceptable because the description names the fields (spot, modeled regime, gamma flip) and the tool is a simple summary.

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 tool has zero parameters, so the schema is trivially complete. The description explains what the tool returns without needing to document any parameters. Baseline 4 for zero-param tools is appropriate, and the description adds value by clarifying the scope of the response.

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 returns a one-line dealer-positioning summary for all six covered underlyings, listing the specific symbols and the data included (spot, modeled regime, gamma flip). It distinguishes itself from get_gamma_levels by explicitly noting it omits walls, max pain, and pin strike.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: broad openers like 'what does dealer positioning look like today' or 'which indices are in negative gamma'. It also names the alternative (get_gamma_levels) and the condition for choosing it (single-symbol questions), making the routing decision unambiguous.

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.

Resources