Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal Coinbase perp rankings

deltasignal_coinbase_perp_rankings
Read-onlyIdempotent

Use this read-only tool to rank Coinbase INTX perp products by the latest persisted market_alpha row per product within the requested scope. It returns one latest factor row per product, ordered into a board with rank, percentile, ranking_score, ranking_band, and preserved factor provenance. Parameters: optional product or underlying_ticker filters, source_date or source_date_from/source_date_to, mode=compact|full, limit, and offset. Behavior: read-only and idempotent with no destructive side effects; it performs no live exchange fetches, order placement, or settlement flows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOptional response mode: compact or full.
limitNoMaximum ranked products to return. Defaults to 25 and is capped at 100 through MCP.
offsetNoPagination offset over ranked products.
productNoOptional Coinbase INTX product_id or contract_symbol filter.
source_dateNoOptional exact source date in YYYY-MM-DD format.
source_date_toNoOptional inclusive source-date upper bound in YYYY-MM-DD format.
source_date_fromNoOptional inclusive source-date lower bound in YYYY-MM-DD format.
underlying_tickerNoOptional underlying ticker filter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesCoinbase INTX perp rankings built from the latest persisted factor row per product within scope.
provenanceYesTraceability information for the MCP tool response.
mcp_summaryYesConcise high-signal summary of the tool response. Maximum 140 characters.
usage_metadataNoPerformance and estimated cost metadata for this MCP tool call.
suggested_follow_upsYesConcrete next MCP calls an agent can run to continue the workflow.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added
  2. Removed
  3. Added

TDQS

A4.5/5.0
Behavior5/5

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

Although annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, the description adds valuable context: 'read-only and idempotent with no destructive side effects; it performs no live exchange fetches, order placement, or settlement flows.' This goes beyond annotations by explicitly reassuring the agent that no live market interactions occur, which is important for a ranking tool. It also mentions 'latest persisted market_alpha row' and output fields, further clarifying behavior.

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 three sentences: purpose, return shape, and parameters/behavior. It is front-loaded with the most important information, and every sentence earns its place. No unnecessary detail or repetition of the title.

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?

The description covers the tool's core function, output structure, filter options, and safety profile. Since an output schema exists, return values are already documented, so the description does not need to list every field. It is sufficiently complete for an agent to decide when and how to invoke this tool, given the rich schema and annotations.

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?

Schema coverage is 100% and every parameter has a description. The description simply lists the parameter groups ('optional product or underlying_ticker filters, source_date or source_date_from/source_date_to, mode=compact|full, limit, and offset') without adding new meaning or clarifying relationships beyond the schema. This meets the baseline but does not elevate it.

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 tool's purpose: 'rank Coinbase INTX perp products by the latest persisted market_alpha row per product.' It uses a specific verb ('rank') and resource ('Coinbase INTX perp products'), and the unique focus on 'latest persisted market_alpha row' and the ranking board output distinguishes it from siblings like deltasignal_coinbase_perp_factors or peer_ranking.

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?

The description provides clear context by saying 'Use this read-only tool to rank...' and enumerates optional filters and modes, implying when it's appropriate. It does not explicitly name alternatives or exclusions (e.g., when to use a different rankings tool), but the context is sufficient for an agent to infer typical use cases.

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