Skip to main content
Glama

signal_attention

Attention — Polymarket weekly tweet-count bin scan: the running count on the venue's own resolution tracker + the handle's empirical posting distribution vs every bin book, best band-disjoint divergence; ?handle=elonmusk narrows [PAID — signal credit or x402 USDC. Cost: 1 signal credit ($1.70-$2.49/credit by pack size). Uncredentialed calls return the 402 payment envelope; set X-API-KEY on the MCP connection or pay x402 out-of-band at GET /api/signal/attention.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.5/5.0
Behavior4/5

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

The description provides rich operational transparency for a paid endpoint: cost in credits and USD, the 402 payment-envelope behavior, and two auth paths (X-API-KEY on the MCP connection or x402 out-of-band). Since no annotations are present, this information is genuinely valuable and exceeds what structured fields would have offered. The only gap is that core runtime semantics ('running count', 'empirical posting distribution') remain weakly explained, but the cost/auth/error disclosures are exemplary.

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 information-dense and covers a wide surface area (semantics, pricing, auth, error behavior) in a compact space, but it reads as one long run-on of em-dash-laden clauses with no sentence or paragraph breaks. Pricing details ('$1.70-$2.49/credit by pack size') could arguably be trimmed or moved, and the dense structure makes parsing harder than necessary. Every sentence earns partial keep, but the lack of structural signposting hurts 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?

For a paid tool with no annotations and no output schema, the description covers the most mission-critical contexts: payment flow, auth, error handling, and a concrete example. It also acknowledges a dependency path for more param docs. However, return-value shape is never described (no output schema, and the description doesn't compensate), and the core semantics are still uncertain without external domain knowledge, so it falls just short of a 5.

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?

With 0 schema parameters, the baseline is 4, and the description does document the ?handle= query parameter ('?handle=elonmusk narrows'), adding real usage semantics. The schema defers all parameter documentation to a separate 'instruments' tool, which shifts burden, but the description's example with the handle parameter partially compensates. Slight deduction for relying on an offloading reference rather than documenting the parameter shape directly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description attempts to define the tool ('Polymarket weekly tweet-count bin scan') with specific, domain-specific detail, and clearly distinguishes it from a bare tautology. However, it lacks a clear verb+object structure, and phrases like 'best band-disjoint divergence' are nearly impenetrable, leaving the central purpose murky even to a semi-informed reader. It's specific in intent but the clarity is compromised by dense, unexplained quant jargon.

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?

There is useful operational guidance: the tool is paid, auth is via X-API-KEY or x402, and uncredentialed calls return a 402 envelope. However, given ~45 scan_/signal_ siblings (e.g., signal_polymarket, scan_compare), there is no explicit instruction on when to choose this tool over alternatives, and no exclusions are stated. Usage context is implied via pricing and auth details rather than explicitly framed as 'use when...'.

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

B3.1/5.0
Disambiguation2/5

There is significant overlap between scan_* and signal_* tools for the same underlying asset classes, e.g. scan_futures vs signal_futures, scan_racing vs signal_racing, and scan_predmarket vs signal_polymarket. Broader catch-alls like analysis, scan_ask, backtest, and signal_generate also blur the boundary, forcing an agent to parse long pricing details before knowing which tool actually applies.

Naming Consistency4/5

The overwhelming majority of tools follow a clear `scan_` or `signal_` snake_case prefix, which makes the product families easy to recognize. A small set of standalone unprefixed tools — analysis, backtest, instruments, leaderboard, quote, track_record — breaks the pattern, but the overall scheme is still consistent enough to infer.

Tool Count2/5

47 tools is far beyond the practical range for an agent to reason about, even though the server's domain is broad and heavily segmented. Many specialist endpoints could be consolidated under fewer catch-all scanners and signals, but the exposed surface instead forces a large tool-selection decision on every request.

Completeness4/5

The tool surface covers discovery, cost preview, sample analysis, public track records, leaderboards, broad market scanning, asset-class-specific scanning, sports and event signals, and prediction-market verticals. There are minor gaps in explicit account/credit management and some redundant paths, but for a signal/research service the workflow is largely complete.

Resources