Skip to main content
Glama

market_state

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. Regime, range age, volatility state and momentum per chain: RSI 14 on 1h, 4h and 1d, MACD 12/26/9 on 1h and 4h, the 4h EMA trend and one summary momentum state. Omit chain for all nine

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

B3.2/5.0
Behavior3/5

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

Since no annotations are provided, the description carries the full behavioral disclosure burden. It does meaningfully add context by requiring a ChainHelix API key or a 2-cent payment over Binance b402/x402, and it lists the exact indicator calculations an agent would want to understand before calling. However, it does not explicitly state side effects, read-only behavior, rate limits, or any error/precondition beyond payment, leaving part of that burden unmet.

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 not bloated, and most sentences add information, but is structural opening is questionable: the authentication/payment conditions come first instead of the tool's actual purpose and outputs. The tool description also crams many indicator details into ad-later, somewhat run-on, list-like sentence.

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 one-optional-parameter market data tool, the description is practically sufficient: it communicates authentication, payment, parameter omission, and the shape of what is returned. The existence of an output schema arguably handles detailed return shape, so the description does not need to list every field. It lacks explicit when-to-use guidance, but that is already scored separately in Usage Guidelines.

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?

The schema has just one optional 'chain' parameter with 0% description coverage, so the description must compensate. It does specify the useful omission behavior ('Omit chain for all nine') and frames chain as a per-chain selector. The chain list itself is not restated in the description, but the schema enum already provides the exact values, so the additional meaning is moderate rather than substantial.

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 clearly identifies the tool as a market-state information provider, listing the exact data returned: regime, range age, volatility state, RSI/MACD indicators, EMA trend, and a summary momentum state. This is far more specific than a sentence that merely restates 'market state', though it lacks an explicit verb like 'fetches' or 'returns'.

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

Usage Guidelines2/5

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

There is no guidance on when to choose this tool over siblings such as situation_report, latest_signals, or congestion. The only form of usage guidance is 'Omit chain for all nine', which is a parameter behavior rather than a situational recommendation. Two details that some agents could view as usage prerequisites — the API-key/payment requirements — are present, but the description never states what scenarios call for this tool versus alternatives.

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.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some overlap exists among report tools (situation_report, deep_report, market_state) and spec tools (attest_spec, proof_spec). These could confuse an agent selecting the most appropriate endpoint.

Naming Consistency4/5

Tool names use consistent snake_case and are descriptive, but follow mixed patterns: verb_noun for actions (buy_key, list_attestations) and bare nouns or noun phrases for data endpoints (prices, congestion, wall_map). This is readable but not fully uniform.

Tool Count3/5

With 26 tools, the set is heavy and covers multiple domains (attestation, market data, key management, webhooks). It sits just above the borderline for comfort, but the breadth is justifiable given the server's multi-purpose nature.

Completeness5/5

The tool surface provides full lifecycle coverage for attestation (create, read, verify), key management (buy, claim, status), and webhooks (register, status, unregister), plus a wide range of market data endpoints. There are no obvious gaps or dead ends.

Resources