Skip to main content
Glama

NightWatch Live Intelligence

get_price_stats

Get intraday/window OHLC stats for a ticker: current price, high, low, open, and % change FROM THE HIGH (drawdown), FROM THE LOW (bounce), and FROM THE OPEN. Use this whenever asked 'how far off the high/low', 'today's high and low', 'change since open', or any high/low-relative move. Crypto (BTC, ETH, HYPE) and equities/RWA (Samsung 'SMSN', SK Hynix 'SKHX', NVDA...). Default window 24h; pass hours to change it. Data from HyperLiquid candles (real, not fabricated). Requires: symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoLook-back window in hours (default 24)
marketNoOptional; 'crypto' default or 'equity'
symbolYesTicker, e.g. BTC, SMSN, NVDA

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does well: it discloses the data source ('HyperLiquid candles, real, not fabricated'), the default window (24h), and the ticker universes covered (crypto and equities/RWA). It omits rate limits, error behavior, and pagination, but for a read-only stats tool this is solid disclosure.

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 core purpose and the drawdown/bounce/open semantics are front-loaded in the first sentence, with triggers and coverage following. It is dense with parentheticals and ticker examples, but every sentence serves a purpose.

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 read-only tool with no output schema, the description compensates by enumerating the returned fields and their relative-move definitions, plus data provenance and window defaults. Nothing essential is missing, though failure modes and data freshness limits are unstated.

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 all three parameters are already documented in the schema, making 3 the baseline. The description adds only marginal value by restating the 24h default and that 'hours' changes the window, plus example tickers, but no format or edge-case detail beyond the schema.

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?

States a specific verb and resource ('Get intraday/window OHLC stats for a ticker') and enumerates the exact fields returned (current price, high, low, open, and high/low/open-relative moves). An agent can distinguish it from the sibling get_price, though the description never names that sibling explicitly.

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?

Gives explicit triggering situations with quoted example queries ('how far off the high/low', 'today's high and low', 'change since open'), which is strong when-to-use guidance. It stops short of stating when NOT to use it or naming an alternative sibling (e.g. get_price) for plain price lookups.

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.