Skip to main content
Glama

Backtesting Arena

Get Signal Transition Events (top/bottom indicators)

arena_get_signal_events

When did which classic top/bottom signal actually flip? Event log of discrete transitions across 13 declared signals: bullmarket_stage_1..5 (20W/50W-MA stages), pulse_band, hash_ribbons, mvrv_z_regime, mayer_band, nupl_zone, pi_cycle_cross, golden_death_cross, price_vs_200wma. Each event: from/to state, occurred_at (day of the flip) vs event_date (day it became CONFIRMED — dwelled signals confirm after min_dwell days; use event_date for any forward evaluation, occurred_at carries look-ahead), declared threshold params, btc_close and drawdown_from_ath_to_date_pct (vs the ATH up to that day, never a later one). The window is capped in SIZE but free in POSITION: end_date moves it anywhere in the reconstructable history (coverage block names per-signal start, measured). Events are RECONSTRUCTIONS from today's stored series under declared rules — not what a live observer necessarily saw, and not forecasts: the log includes every rule that stayed silent through the October 2025 top. Filter with signal. [Free tier]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days back from today (auto-clamped by tier — Free=30, Pro=365, Power=3650).
signalNoRestrict to one signal key (see signals_available in the response). Unknown key ⇒ invalid_input naming the allowed set.
end_dateNoLast day of the window (YYYY-MM-DD, inclusive). Positions the tier-capped window anywhere in history — e.g. end_date=2025-10-31 with days=60 reads the flips around the October 2025 top. Omit for a window ending today.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

With zero annotations, the description carries the full burden and delivers: events are RECONSTRUCTIONS from today's stored series, not live observations and not forecasts; occurred_at carries look-ahead; confirmation requires min_dwell days; drawdown uses the ATH up to that day and never a later one; the window is size-capped but position-free; silent rules are included. This is exemplary disclosure of behavioral traits that prevent misuse.

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?

Dense but every sentence earns its place — signal list, event fields, dual-date semantics, window mechanics, reconstruction caveat, filter, tier note — and the opening question front-loads the purpose. It is a long single paragraph, but the length is justified by the tool's nuance; a bit more structural segmentation would improve scannability.

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?

Despite having no output schema and no annotations, the description covers event contents (from/to state, dates, threshold params, btc_close, drawdown), the signal set, window behavior, and the critical reconstruction/look-ahead caveats. The only gap is the response envelope structure, but the essential semantics for correct invocation and interpretation are present.

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 baseline is 3, but the description adds real value: it enumerates the 13 valid signal keys and explains end_date's window-positioning semantics ('capped in SIZE but free in POSITION') beyond the schema's generic 'last day of the window'. The occurred_at vs event_date distinction further clarifies output semantics relative to the requested window.

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+resource: an 'event log of discrete transitions across 13 declared signals', with all signal keys enumerated. The transitions/event-log framing clearly separates it from siblings like arena_get_signal_status (current state) and arena_get_signal_context, even without naming them.

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?

Provides substantive guidance: use event_date for any forward evaluation because occurred_at carries look-ahead, filter with `signal`, and the schema example shows how end_date positions the window at the October 2025 top. Lacks explicit when-not-to-use or named alternatives, but the context is clear enough to route correctly.

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.