Skip to main content
Glama

Close distribution curve (P(close above each level))

close_curve

The full probability curve of where today's US regular session closes: for any set of price levels, the probability that the session close prints above each one. Distances are measured in units of today's own volatility (ATR of the first 90 minutes) against 1,906 historical sessions grouped by day type. Validated against real-money prediction-market prices: on tail levels (>=0.5% from spot) this curve's log-loss beat Polymarket's own 'SPY closes above $K' ladder quotes in two independent windows; near the money the market was MORE accurate — use this for shape and tails, not direction. Available from 90 minutes into the day session. Same key and quota as price_action_read. Historical frequencies, not forecasts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelsNoPrice levels to evaluate. Omit for an automatic grid at ±0.25/0.5/1/1.5/2/3 ATR18 around the anchor.
symbolYesTicker: NVDA, SPY, ES=F, EURUSD, BTC-USD, 0700.HK. Index names like SPX do not resolve — use SPY or ES=F. Built and measured on ES; other symbols are descriptive.

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations, the description carries the full transparency burden. It discloses that the values are historical frequencies, not forecasts, explains the validation against Polymarket quotes, and notes that the model is built on ES while other symbols are only descriptive.

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 front-loaded with the definition and every sentence contributes useful usage or trust information. It is somewhat long, especially the Polymarket validation detail, but that detail directly shapes when the tool should be trusted.

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 tool with only two parameters and no output schema, the description supplies all critical operating context: what it computes, how levels are measured, limitations, availability, and quota relationship to a sibling. No essential selection or invocation detail is missing.

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 explaining that distances are measured in units of today's ATR from the first 90 minutes, which gives the agent meaningful context for interpreting the levels parameter 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 states exactly what the tool computes: the probability that today's US regular session close prints above any set of price levels. The wording is specific and distinct from the sibling tools, making the core purpose unambiguous.

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?

It explicitly tells the agent to use this tool for shape and tails, not direction, and warns that near-the-money prediction-market prices were more accurate. It also states when the tool becomes available (90 minutes into the session), which is directly actionable.

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/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: price_action_read gives broad session analysis, close_curve focuses specifically on the close distribution, get_scoreboard provides verification of past predictions, and request_free_key handles access. No two tools overlap in intent.

Naming Consistency3/5

All names use snake_case, but the pattern varies: get_scoreboard uses a get_ prefix, request_free_key uses an imperative verb, while close_curve and price_action_read are descriptive compound nouns. There is no uniform verb-noun convention, though the names remain readable.

Tool Count5/5

Four tools is well within the ideal range for a focused market analysis service. Each tool earns its place: one for the main read, one for a specialized curve, one for verification, and one for key acquisition—no excess or deficiency.

Completeness5/5

The tool surface covers the full user journey: analyzing a session (price_action_read), obtaining a specific probability (close_curve), verifying accuracy (get_scoreboard), and acquiring access (request_free_key). There are no obvious dead ends or missing operations for the stated domain.