Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal Coinbase perp factor history

deltasignal_coinbase_perp_factors
Read-onlyIdempotent

Use this read-only tool when the user wants persisted Coinbase INTX market-factor history for one perp product. It returns one product's venue-pure factor history, including factor rows, deltas, quality state, and optional full market inputs or lineage. Parameters: product is required; optional source_date or source_date_from/source_date_to, underlying_ticker, mode=compact|full, limit, and offset. Behavior: read-only and idempotent with no destructive side effects; it does not fetch live exchange state or write recorder artifacts on demand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOptional response mode: compact or full.
limitNoMaximum factor-history rows to return. Defaults to 25 and is capped at 100 through MCP.
offsetNoPagination offset over factor-history rows.
productYesRequired Coinbase INTX product_id or contract_symbol, for example AI-PERP-INTX.
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 to keep product routing explicit.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesCoinbase INTX perp market-factor history assembled from persisted venue-pure recorder evidence.
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.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is known. The description adds valuable context beyond annotations: it explicitly states the tool 'does not fetch live exchange state or write recorder artifacts on demand,' and clarifies that the data is 'persisted' and 'venue-pure.' This enriches the behavioral model without contradicting the annotations.

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 compact (four sentences) and well-structured: opening use-case statement, return content, parameter overview, and behavioral note. It front-loads the most important information and avoids redundancy with the schema. Every sentence contributes useful context, making it a model of concise tool documentation.

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?

Given the tool has a rich output schema and fully documented parameters, the description need not repeat return details. It covers the core purpose, output components, optional modes (compact/full), and behavioral constraints. Minor gaps remain, such as not clarifying the relationship between source_date and source_date_from/to, but overall it is sufficiently complete for an agent to invoke the tool correctly.

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 description coverage is 100%, and each parameter already has a detailed description in the schema. The description merely lists parameter names (product, source_date, source_date_from/to, underlying_ticker, mode, limit, offset) without adding new semantics, such as mutual exclusivity or mode differences. Baseline 3 is appropriate because the schema carries the parameter documentation burden.

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 uses a specific verb ('returns') and resource ('persisted Coinbase INTX market-factor history for one perp product'), and lists concrete output contents (factor rows, deltas, quality state, optional full market inputs or lineage). It clearly distinguishes this tool from sibling tools like calculation_history or rankings by emphasizing 'venue-pure factor history' for a single product.

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?

It opens with an explicit when-to-use statement: 'Use this read-only tool when the user wants persisted Coinbase INTX market-factor history for one perp product.' It also clarifies what it does not do (fetch live exchange state, write recorder artifacts). However, it does not name alternative sibling tools or provide explicit when-not-to-use guidance, so it falls just short of a full 5.

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