Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal alpha signals

deltasignal_alpha_signals
Read-onlyIdempotent

Use this read-only tool to retrieve DeltaSignal ATLAS-7 alpha signals for one crypto public company ticker. It returns issuer-level signal evidence such as resilience, treasury pressure, regime fit, phase-one opportunity indicators, and the active source date used by the DeltaSignal data plane. Use it for research triage on supported public-company tickers such as COIN, MSTR, MARA, RIOT, HUT, and CLSK; do not pass crypto asset symbols unless they are listed public-company tickers. Parameters: ticker is required and normalized to uppercase; source_date is optional YYYY-MM-DD and should be used only to replay a known historical DeltaSignal slice. Behavior: read-only and idempotent; it performs one HTTPS read, has no destructive side effects, does not trade, does not store user data, and does not handle wallet secrets. Usage guidelines: call readiness first if you need service freshness, use covenant_stress for covenant-only questions, use company_fundamentals for raw SEC XBRL facts, and treat the result as issuer intelligence rather than investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesRequired crypto public company ticker symbol. The server normalizes it to uppercase. Good examples: COIN, MSTR, MARA, RIOT, HUT, CLSK. Do not use asset symbols like BTC or ETH unless they are also public-company tickers.
source_dateNoOptional DeltaSignal source slice date in YYYY-MM-DD format. Omit this for the latest active slice; set it only when reproducing a prior dated run.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesAlpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present.
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. Changed2 schema fields changed
    • addedOutput schema / properties / data / properties / research_posture
      Added value: +{
      +  "description": "Short non-advice research-triage label such as monitoring screen, constructive evidence screen, or high-priority diligence screen.",
      +  "type": "string"
      +}
    • removedOutput schema / properties / data / properties / short_recommendation
      Removed value: -{
      -  "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
      -  "type": "string"
      -}
  2. Changed26 schema fields changed
    • changedInput schema / properties / ticker / maxLength
      Previous value: -16New value: +10
    • changedOutput schema / description
      Previous value: -"Alpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
    • removedOutput schema / properties / alpha_interpretation
      Removed value: -{
      -  "description": "Plain-English explanation of the main drivers behind the alpha score.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / alpha_score
      Removed value: -{
      -  "description": "Composite DeltaSignal alpha score from 0 to 100. Higher values indicate stronger modeled issuer setup.",
      -  "maximum": 100,
      -  "minimum": 0,
      -  "type": "integer"
      -}
    • removedOutput schema / properties / alpha_score_breakdown
      Removed value: -{
      -  "additionalProperties": {
      -    "type": "number"
      -  },
      -  "description": "Component scores that contribute to alpha_score, such as stress_resilience, regime_fit, treasury_strength, and debt_cleanliness.",
      -  "type": "object"
      -}
    • addedOutput schema / properties / data
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Alpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present.",
      +  "properties": {
      +    "alpha_interpretation": {
      +      "description": "Plain-English explanation of the main drivers behind the alpha score.",
      +      "type": "string"
      +    },
      +    "alpha_score": {
      +      "description": "Composite DeltaSignal alpha score from 0 to 100. Higher values indicate stronger modeled issuer setup.",
      +      "maximum": 100,
      +      "minimum": 0,
      +      "type": "integer"
      +    },
      +    "alpha_score_breakdown": {
      +      "additionalProperties": {
      +        "type": "number"
      +      },
      +      "description": "Component scores that contribute to alpha_score, such as stress_resilience, regime_fit, treasury_strength, and debt_cleanliness.",
      +      "type": "object"
      +    },
      +    "dominant_treasury_asset": {
      +      "description": "Dominant treasury asset classification when available.",
      +      "type": "string"
      +    },
      +    "entity_name": {
      +      "description": "SEC issuer entity name when available.",
      +      "type": "string"
      +    },
      +    "market_regime": {
      +      "description": "Market-regime label used by the current DeltaSignal slice.",
      +      "type": "string"
      +    },
      +    "period": {
      +      "description": "Filing or reporting period date backing the current issuer slice when available.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "provenance": {
      +      "additionalProperties": true,
      +      "description": "Filing/data provenance, including quality flag, linkbase status, source date, computed timestamp, and resolution methods.",
      +      "type": "object"
      +    },
      +    "regime_fit_score": {
      +      "description": "Model score from 0 to 100 describing current regime alignment for the issuer.",
      +      "maximum": 100,
      +      "minimum": 0,
      +      "type": "integer"
      +    },
      +    "score_inputs": {
      +      "additionalProperties": true,
      +      "description": "Source input values used by the scoring layer, including stress, peer, quality, and treasury inputs when available.",
      +      "type": "object"
      +    },
      +    "short_recommendation": {
      +      "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
      +      "type": "string"
      +    },
      +    "source_date": {
      +      "description": "DeltaSignal source slice date used for the alpha calculation.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "stress_resilience_score": {
      +      "description": "Modeled resilience score from 0 to 100 under DeltaSignal stress assumptions.",
      +      "maximum": 100,
      +      "minimum": 0,
      +      "type": "integer"
      +    },
      +    "ticker": {
      +      "description": "Normalized public-company ticker symbol used for the query, such as COIN or MARA.",
      +      "type": "string"
      +    },
      +    "tower_coherence": {
      +      "description": "Numeric coherence score for the active DeltaSignal tower state.",
      +      "type": "number"
      +    },
      +    "tower_status": {
      +      "description": "DeltaSignal tower/data-plane status for the issuer slice.",
      +      "type": "string"
      +    },
      +    "treasury_strength": {
      +      "description": "Categorical treasury-strength label derived from filing-backed balance-sheet context.",
      +      "type": "string"
      +    },
      +    "treasury_strength_score": {
      +      "description": "Treasury strength score from 0 to 100.",
      +      "maximum": 100,
      +      "minimum": 0,
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "ticker",
      +    "source_date"
      +  ],
      +  "type": "object"
      +}
    • removedOutput schema / properties / dominant_treasury_asset
      Removed value: -{
      -  "description": "Dominant treasury asset classification when available.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / entity_name
      Removed value: -{
      -  "description": "SEC issuer entity name when available.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / market_regime
      Removed value: -{
      -  "description": "Market-regime label used by the current DeltaSignal slice.",
      -  "type": "string"
      -}
    • addedOutput schema / properties / mcp_summary
      Added value: +{
      +  "description": "Concise high-signal summary of the tool response. Maximum 140 characters.",
      +  "type": "string"
      +}
    • removedOutput schema / properties / period
      Removed value: -{
      -  "description": "Filing or reporting period date backing the current issuer slice when available.",
      -  "examples": [
      -    "2026-05-05"
      -  ],
      -  "format": "date",
      -  "maxLength": 10,
      -  "minLength": 10,
      -  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      -  "type": "string"
      -}
    • changedOutput schema / properties / provenance / description
      Previous value: -"Filing/data provenance, including quality flag, linkbase status, source date, computed timestamp, and resolution methods."New value: +"Traceability information for the MCP tool response."
    • addedOutput schema / properties / provenance / properties
      Added value: +{
      +  "compacted": {
      +    "description": "Whether the data payload was compacted for MCP context safety.",
      +    "type": "boolean"
      +  },
      +  "elapsed_ms": {
      +    "description": "Elapsed time for the MCP tool call in milliseconds.",
      +    "type": "integer"
      +  },
      +  "freshness_window_hours": {
      +    "description": "Freshness window in hours when reported by the underlying tool.",
      +    "type": "integer"
      +  },
      +  "latest_activity_source_date": {
      +    "description": "Latest CompanyFacts activity source date when available.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "latest_computed_source_date": {
      +    "description": "Latest computed DeltaSignal source date when available.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "source_date": {
      +    "description": "Primary DeltaSignal source date when available.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  }
      +}
    • removedOutput schema / properties / regime_fit_score
      Removed value: -{
      -  "description": "Model score from 0 to 100 describing current regime alignment for the issuer.",
      -  "maximum": 100,
      -  "minimum": 0,
      -  "type": "integer"
      -}
    • removedOutput schema / properties / score_inputs
      Removed value: -{
      -  "additionalProperties": true,
      -  "description": "Source input values used by the scoring layer, including stress, peer, quality, and treasury inputs when available.",
      -  "type": "object"
      -}
    • removedOutput schema / properties / short_recommendation
      Removed value: -{
      -  "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / source_date
      Removed value: -{
      -  "description": "DeltaSignal source slice date used for the alpha calculation.",
      -  "examples": [
      -    "2026-05-05"
      -  ],
      -  "format": "date",
      -  "maxLength": 10,
      -  "minLength": 10,
      -  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      -  "type": "string"
      -}
    • removedOutput schema / properties / stress_resilience_score
      Removed value: -{
      -  "description": "Modeled resilience score from 0 to 100 under DeltaSignal stress assumptions.",
      -  "maximum": 100,
      -  "minimum": 0,
      -  "type": "integer"
      -}
    • addedOutput schema / properties / suggested_follow_ups
      Added value: +{
      +  "description": "Concrete next MCP calls an agent can run to continue the workflow.",
      +  "items": {
      +    "additionalProperties": true,
      +    "description": "Suggested follow-up MCP call.",
      +    "properties": {
      +      "args": {
      +        "additionalProperties": true,
      +        "description": "Arguments for the suggested MCP tool call.",
      +        "type": "object"
      +      },
      +      "tool": {
      +        "description": "MCP tool name to call next.",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • removedOutput schema / properties / ticker
      Removed value: -{
      -  "description": "Normalized public-company ticker symbol used for the query, such as COIN or MARA.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / tower_coherence
      Removed value: -{
      -  "description": "Numeric coherence score for the active DeltaSignal tower state.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / tower_status
      Removed value: -{
      -  "description": "DeltaSignal tower/data-plane status for the issuer slice.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / treasury_strength
      Removed value: -{
      -  "description": "Categorical treasury-strength label derived from filing-backed balance-sheet context.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / treasury_strength_score
      Removed value: -{
      -  "description": "Treasury strength score from 0 to 100.",
      -  "maximum": 100,
      -  "minimum": 0,
      -  "type": "integer"
      -}
    • addedOutput schema / properties / usage_metadata
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Performance and estimated cost metadata for this MCP tool call.",
      +  "properties": {
      +    "elapsed_ms": {
      +      "description": "Elapsed time for the MCP tool call in milliseconds.",
      +      "type": "integer"
      +    },
      +    "estimated_cost_usd": {
      +      "description": "Estimated public x402-equivalent cost in USD when known.",
      +      "type": "number"
      +    },
      +    "tokens_used": {
      +      "description": "Token usage when known.",
      +      "type": "integer"
      +    }
      +  },
      +  "type": "object"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "ticker",
      -  "source_date"
      -]New value: +[
      +  "mcp_summary",
      +  "data",
      +  "provenance",
      +  "suggested_follow_ups"
      +]
  3. Changed3 schema fields changed
    • changedOutput schema / description
      Previous value: -"Structured JSON result returned by the tool."New value: +"Alpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present."
    • addedOutput schema / properties
      Added value: +{
      +  "alpha_interpretation": {
      +    "description": "Plain-English explanation of the main drivers behind the alpha score.",
      +    "type": "string"
      +  },
      +  "alpha_score": {
      +    "description": "Composite DeltaSignal alpha score from 0 to 100. Higher values indicate stronger modeled issuer setup.",
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "integer"
      +  },
      +  "alpha_score_breakdown": {
      +    "additionalProperties": {
      +      "type": "number"
      +    },
      +    "description": "Component scores that contribute to alpha_score, such as stress_resilience, regime_fit, treasury_strength, and debt_cleanliness.",
      +    "type": "object"
      +  },
      +  "dominant_treasury_asset": {
      +    "description": "Dominant treasury asset classification when available.",
      +    "type": "string"
      +  },
      +  "entity_name": {
      +    "description": "SEC issuer entity name when available.",
      +    "type": "string"
      +  },
      +  "market_regime": {
      +    "description": "Market-regime label used by the current DeltaSignal slice.",
      +    "type": "string"
      +  },
      +  "period": {
      +    "description": "Filing or reporting period date backing the current issuer slice when available.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "provenance": {
      +    "additionalProperties": true,
      +    "description": "Filing/data provenance, including quality flag, linkbase status, source date, computed timestamp, and resolution methods.",
      +    "type": "object"
      +  },
      +  "regime_fit_score": {
      +    "description": "Model score from 0 to 100 describing current regime alignment for the issuer.",
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "integer"
      +  },
      +  "score_inputs": {
      +    "additionalProperties": true,
      +    "description": "Source input values used by the scoring layer, including stress, peer, quality, and treasury inputs when available.",
      +    "type": "object"
      +  },
      +  "short_recommendation": {
      +    "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
      +    "type": "string"
      +  },
      +  "source_date": {
      +    "description": "DeltaSignal source slice date used for the alpha calculation.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "stress_resilience_score": {
      +    "description": "Modeled resilience score from 0 to 100 under DeltaSignal stress assumptions.",
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "integer"
      +  },
      +  "ticker": {
      +    "description": "Normalized public-company ticker symbol used for the query, such as COIN or MARA.",
      +    "type": "string"
      +  },
      +  "tower_coherence": {
      +    "description": "Numeric coherence score for the active DeltaSignal tower state.",
      +    "type": "number"
      +  },
      +  "tower_status": {
      +    "description": "DeltaSignal tower/data-plane status for the issuer slice.",
      +    "type": "string"
      +  },
      +  "treasury_strength": {
      +    "description": "Categorical treasury-strength label derived from filing-backed balance-sheet context.",
      +    "type": "string"
      +  },
      +  "treasury_strength_score": {
      +    "description": "Treasury strength score from 0 to 100.",
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "integer"
      +  }
      +}
    • addedOutput schema / required
      Added value: +[
      +  "ticker",
      +  "source_date"
      +]
  4. Changed6 schema fields changed
    • changedInput schema / properties / source_date / description
      Previous value: -"Optional YYYY-MM-DD source date."New value: +"Optional DeltaSignal source slice date in YYYY-MM-DD format. Omit this for the latest active slice; set it only when reproducing a prior dated run."
    • addedInput schema / properties / source_date / examples
      Added value: +[
      +  "2026-05-05"
      +]
    • addedInput schema / properties / source_date / format
      Added value: +"date"
    • changedInput schema / properties / ticker / description
      Previous value: -"Required issuer ticker, normalized to uppercase."New value: +"Required crypto public company ticker symbol. The server normalizes it to uppercase. Good examples: COIN, MSTR, MARA, RIOT, HUT, CLSK. Do not use asset symbols like BTC or ETH unless they are also public-company tickers."
    • addedInput schema / properties / ticker / examples
      Added value: +[
      +  "COIN",
      +  "MSTR",
      +  "MARA",
      +  "RIOT",
      +  "HUT",
      +  "CLSK"
      +]
    • addedInput schema / properties / ticker / pattern
      Added value: +"^[A-Za-z0-9.-]{1,16}$"
  5. First observed

TDQS

A4.8/5.0
Behavior5/5

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

The description discloses behavioral traits beyond the annotations: 'read-only and idempotent; it performs one HTTPS read, has no destructive side effects, does not trade, does not store user data, and does not handle wallet secrets.' It also clarifies that source_date replays a historical slice. This significantly enriches the safety and side-effect profile for the agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections ('Parameters:', 'Behavior:', 'Usage guidelines:') and front-loads the purpose. It is somewhat verbose but every sentence contributes meaningful guidance. The structure helps an agent parse it quickly.

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 purpose, parameter semantics, behavioral traits, alternatives, and return content ('issuer-level signal evidence such as resilience, treasury pressure, regime fit, phase-one opportunity indicators'). Combined with the output schema and annotations, it provides a complete contextual picture for selecting and using this tool.

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?

Schema coverage is 100%, so baseline is 3. The description reinforces ticker normalization and adds a caveat about avoiding asset symbols. For source_date, it explains 'should be used only to replay a known historical DeltaSignal slice,' which is slightly more explicit than the schema. Overall, it adds modest value beyond the schema.

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 ('retrieve') and identifies the exact resource ('DeltaSignal ATLAS-7 alpha signals') and scope ('for one crypto public company ticker'). It clearly distinguishes itself from sibling tools by focusing on issuer-level signal evidence and explicitly listing supported tickers like COIN, MSTR, and MARA.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'Use it for research triage on supported public-company tickers' and warns 'do not pass crypto asset symbols unless they are listed public-company tickers.' It also names specific alternatives: 'call readiness first if you need service freshness, use covenant_stress for covenant-only questions, use company_fundamentals for raw SEC XBRL facts.' This exceeds basic when-to-use guidance.

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