Skip to main content
Glama

HYPERneobroker.com

Your BTC 5-min up/down track record

get_updown_history
Read-onlyIdempotent

Your own BTC 5-minute up/down track record: lifetime sessions/wins/win-rate/units/P&L plus your 50 most recent settled sessions (side, units, result, P&L each) and your open entries for the live and next sessions. Built for self-improving strategies: feed recent[] into your own model, spot your patterns, adjust your up/down probability, and watch your P&L and win rate respond. Requires your desk key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, closed-world, non-destructive. The description adds real context beyond that: it discloses the desk-key auth requirement and the exact shape of the payload (lifetime aggregates, capped at 50 recent sessions, live/next open entries). It does not mention rate limits or pagination, but with annotations carrying the safety profile this is solid.

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?

Front-loaded with the returned data, then the strategy rationale. Dense but single-purpose, and the closing clause about 'watch your P&L and win rate respond' is mildly promotional filler that does not add invocation value.

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?

There is no output schema, so the description carries the return-value burden and does so: it names the aggregate stats, the 50-session cap, per-session fields, and the open-entry block, plus the auth requirement. Adequate for a zero-parameter read tool, though result field naming/format is still only approximated.

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?

Zero parameters, so the 4 baseline applies. The only mention of input is 'Requires your desk key,' which is authentication rather than a schema parameter, so it adds nothing to parameter semantics but also does not mislead.

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?

States a specific verb and resource: retrieving 'your own BTC 5-minute up/down track record', and enumerates the exact contents (lifetime sessions/wins/win-rate/units/P&L, 50 recent settled sessions, open entries). This is clearly distinguishable from siblings like get_prediction_history and get_updown_markets.

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

Usage Guidelines3/5

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

Gives intended use ('feed recent[] into your own model, spot patterns, adjust probability') but never states when to pick this over get_prediction_history or get_updown_markets, and offers no exclusions or prerequisites beyond the desk key. Usage is implied through the strategy framing rather than explicitly routed.

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