Skip to main content
Glama

Track record of one signal on one coin

signal_record
Read-onlyIdempotent

How the last N firings of one signal type on one coin played out: how many rose over the next 24h and the median absolute move, the same numbers the site shows, plus the rows themselves. Use it for "how have funding-extreme flags on ETH worked out", "does the whale-spike signal on SOL lead anywhere". A record is stated only over enough clean samples; below that the rows are listed and no rate is claimed. Same on every plan. flag_outcomes is the market-wide ledger; this is one type on one coin. Descriptive market data only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoOne coin symbol, for example ETH.
pairNoAlias for coin.
typeYesThe signal type: whale-spike, funding-extreme, squeeze-flip, liq-cascade, flow-divergence or deriv-record (underscore forms accepted).
limitNoHow many past firings to read. Defaults to 12, hard ceiling 50.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoRows returned.
scoredNon, up, median_abs_move_pct, dots: stated only over enough clean 24h outcomes; null when suppressed.
signalsNoThe past firings, newest first, with their outcomes.
summaryNoThe answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise.
availableNoFalse when no firing of this type on this coin is recorded.
suppressedNoTrue when too few clean samples to state a rate.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description does not need to restate those. It adds valuable nuances: rates are only claimed when enough clean samples exist, otherwise only rows are listed, results are the same on every plan, and it is descriptive market data only. These details go beyond the structured annotations and meaningfully shape expectations.

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 information-dense with no filler. Each sentence adds a necessary aspect: output contents, use-case examples, sample-threshold behavior, plan consistency, differentiation from the sibling tool, and data nature. It is front-loaded with the core function.

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 read-only query tool with an output schema and rich annotations, the description covers purpose, usage context, edge-case behavior (insufficient clean samples), plan consistency, and sibling distinction. Nothing an agent needs to correctly select and invoke this tool is missing.

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?

Input schema covers 100% of parameters with descriptions, including allowed signal types, coin examples, and limit bounds. The description adds context about 'last N firings' which maps to the limit parameter, but does not need to compensate for any schema gaps. Baseline 3 is appropriate given full schema coverage.

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 specific operation: showing how the last N firings of one signal type on one coin played out over 24h, with counts, median move, and underlying rows. It explicitly differentiates from flag_outcomes as the market-wide ledger, so an agent can distinguish it from a sibling with no ambiguity.

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?

Provides concrete example queries ('how have funding-extreme flags on ETH worked out') and explicitly contrasts with flag_outcomes ('this is one type on one coin'). This gives clear when-to-use and when-not-to-use guidance without needing to infer from parameter names.

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