Skip to main content
Glama

instrument_signals

Requires a ChainHelix API key as bearer token, or 2 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network. The instrument lane signals (paper book, BNB Chain venue) newest first, each with its commit status in the CHXI attestation stream: seq, hash, opBNB transaction. Optional instrument id and limit (default 50, max 500). A signal without a seq was written before the stream started or is not yet committed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
instrumentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNo
countNo
receiptNo
signalsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / instrument / enum
      Added value: +[
      +  "spcx",
      +  "crcl"
      +]
  2. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"a1c2e10fd3177d6b4d59ca78693e8fb36880165cf0f735f680dd86a510411178"New value: +"e5b4290024a229f2bdf97f8fc6a0079c3fe13b77267f41fdcffeb8b26aa1c41e"
  3. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"1eeb782ee15fe69fc80776948e0556fa6b795e210e6305935b2c97b73d955cda"New value: +"a1c2e10fd3177d6b4d59ca78693e8fb36880165cf0f735f680dd86a510411178"
  4. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"c014292cad7497ce9fd68c33345ac32cb42b672c8e77d6c749c26e162cc207e4"New value: +"1eeb782ee15fe69fc80776948e0556fa6b795e210e6305935b2c97b73d955cda"
  5. Changed3 schema fields changed
    • addedInput schema / x-aliases
      Added value: +{
      +  "limit": [
      +    "Limit",
      +    "limits",
      +    "$limit",
      +    "_limit",
      +    "Limits"
      +  ]
      +}
    • addedInput schema / x-lexicon
      Added value: +{
      +  "bundleSha256": "c014292cad7497ce9fd68c33345ac32cb42b672c8e77d6c749c26e162cc207e4",
      +  "name": "ChainHelix Agentic Lexicon",
      +  "resolve": "lexicon_resolve",
      +  "spec": "lexicon_spec",
      +  "version": "0.1.0"
      +}
    • addedInput schema / x-vocab
      Added value: +{
      +  "instrument": "market.instrument",
      +  "limit": "data.limit"
      +}
  6. Added

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses authentication/payment requirements (ChainHelix API key bearer token or per-call payment), ordering (newest first), and a meaningful data semantics detail (signals without a seq were written before the stream started or are not yet committed). However, it does not disclose pagination behavior beyond limit, error conditions, or what happens when no signals match.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph that front-loads payment/auth requirements before explaining the core function. It is not excessively long, but the payment details dominate the opening and delay the actual purpose. The structure is acceptable but not optimally organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, so return values need not be described. The description covers auth, ordering, commit status semantics, and optional parameters. However, it lacks explicit guidance on when to choose this over sibling tools like latest_signals or verify_instrument_signal, and the instrument parameter semantics are thin. It is adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It mentions 'Optional instrument id and limit (default 50, max 500)', which adds meaning for limit, but it does not explain the instrument parameter's allowed values or semantics beyond the schema's enum. The description adds some value but leaves the instrument parameter under-explained.

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?

The description states a specific verb and resource: it 'lanes signals' (returns instrument lane signals) for the paper book on the BNB Chain venue, newest first, with commit status. It is distinguishable from siblings like latest_signals and verify_instrument_signal, though it does not explicitly name them. The purpose is clear enough for an agent to know what the tool returns.

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?

The description implies usage context by describing the data returned and optional parameters, but it does not explicitly state when to use this tool versus alternatives such as latest_signals or verify_instrument_signal. It mentions optional instrument id and limit, giving some operational guidance, but lacks explicit when-to-use or when-not-to-use conditions.

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