Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal Coinbase perp market SPECTRA

deltasignal_coinbase_perp_market_spectra
Read-onlyIdempotent

Use this read-only tool to retrieve the market SPECTRA field map for one Coinbase INTX perp product. It converts persisted market-factor history into field pressure, stored energy, compression, release, and current_read labels while preserving the underlying numeric factor evidence. Parameters: product is required; optional source_date or source_date_from/source_date_to, limit, and offset. Behavior: read-only and idempotent with no destructive side effects; it does not create factors, reconstruct missing depth, or override the underlying factor rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum factor-history points to include before SPECTRA assembly. Defaults to 25 and is capped at 100 through MCP.
offsetNoPagination offset over the factor-history points used for the field map.
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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesCoinbase INTX perp market SPECTRA field map derived from persisted factor history.
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.7/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive; the description adds specific behavioral detail by describing the transformation ('converts persisted market-factor history into field pressure...') and explicitly stating what it does NOT do (create factors, reconstruct depth, override rows). This adds substantial context beyond the generic hints.

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 and front-loaded. It states the purpose, then the process, then parameters, then behavior, without redundant or unnecessary sentences. Every phrase adds value.

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?

Given the output schema exists, return values need not be described. The description covers purpose, transformation, parameter summary, and limitations (read-only, no side effects). It is complete for an agent to select and invoke the tool correctly.

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?

All 6 parameters have detailed schema descriptions, so the baseline is 3. The description adds a useful clarification that source_date is an alternative to source_date_from/source_date_to, implying mutual exclusivity, which is not explicitly stated in the schema. This small addition justifies a 4.

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 a specific action ('retrieve the market SPECTRA field map') and a specific resource ('one Coinbase INTX perp product'). It distinguishes from siblings by emphasizing the Coinbase perp-focused scope and the conversion process into labels.

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 opening 'Use this read-only tool to...' provides clear context for when to use it. It also includes exclusions via 'does not create factors, reconstruct missing depth, or override the underlying factor rows,' but it does not explicitly name alternative tools or contrast with siblings.

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