Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal peer ranking

deltasignal_peer_ranking
Read-onlyIdempotent

Use this read-only tool to compare one crypto public company against its current peer group. It returns peer rank, peer percentile, peer score, stressed leverage, risk tier, debt coverage, quality flags, linkbase provenance, and period/source-date context. Parameters: ticker is required and must be one public-company symbol such as COIN, MSTR, MARA, RIOT, HUT, or CLSK; period is optional and only for reproducing a known filing date. Behavior: read-only and idempotent; it performs one HTTPS read, has no destructive side effects, and does not write external systems or access user accounts. Use it when the user asks whether one issuer is better or worse than peers; use covenant_stress for absolute stress, top_stressed for universe-wide ranking, and alpha_signals for opportunity signals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoOptional YYYY-MM-DD filing period. Omit for the latest peer ranking.
tickerYesRequired crypto public company ticker. Examples: COIN, MSTR, MARA, RIOT, HUT, CLSK.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesPeer ranking and percentile context for one crypto public company.
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. Changed30 schema fields changed
    • changedInput schema / properties / ticker / maxLength
      Previous value: -16New value: +10
    • changedOutput schema / description
      Previous value: -"Peer ranking and percentile context for one crypto public company."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
    • removedOutput schema / properties / atlas_tier
      Removed value: -{
      -  "description": "ATLAS tier label.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / computed_at_utc
      Removed value: -{
      -  "description": "UTC compute timestamp for the ranking row.",
      -  "examples": [
      -    "2026-05-05T23:02:17Z"
      -  ],
      -  "format": "date-time",
      -  "type": "string"
      -}
    • addedOutput schema / properties / data
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Peer ranking and percentile context for one crypto public company.",
      +  "properties": {
      +    "atlas_tier": {
      +      "description": "ATLAS tier label.",
      +      "type": "string"
      +    },
      +    "computed_at_utc": {
      +      "description": "UTC compute timestamp for the ranking row.",
      +      "examples": [
      +        "2026-05-05T23:02:17Z"
      +      ],
      +      "format": "date-time",
      +      "type": "string"
      +    },
      +    "data_source": {
      +      "description": "Source category for the issuer row.",
      +      "type": "string"
      +    },
      +    "debt_coverage_status": {
      +      "description": "Debt coverage classification.",
      +      "type": "string"
      +    },
      +    "entity_name": {
      +      "description": "SEC issuer entity name when available.",
      +      "type": "string"
      +    },
      +    "is_linkbase_backed": {
      +      "description": "Whether the result is backed by SEC XBRL linkbase/rooted facts.",
      +      "type": "boolean"
      +    },
      +    "mp_z": {
      +      "description": "Momentum/market pressure z-score when available.",
      +      "type": "number"
      +    },
      +    "peer_count": {
      +      "description": "Number of peers in the comparison set.",
      +      "type": "integer"
      +    },
      +    "peer_percentile": {
      +      "description": "Alias for percentile.",
      +      "type": "number"
      +    },
      +    "peer_rank": {
      +      "description": "Issuer rank within its peer group.",
      +      "type": "integer"
      +    },
      +    "peer_score": {
      +      "description": "Composite peer score when available.",
      +      "type": "number"
      +    },
      +    "percentile": {
      +      "description": "Issuer percentile within the peer group.",
      +      "type": "number"
      +    },
      +    "period": {
      +      "description": "Filing/reporting period used for the ranking.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "quality_flag": {
      +      "description": "Data quality flag.",
      +      "type": "string"
      +    },
      +    "resonance_status": {
      +      "description": "Model resonance status.",
      +      "type": "string"
      +    },
      +    "risk_tier": {
      +      "description": "ATLAS risk tier.",
      +      "type": "string"
      +    },
      +    "root_resolution_method": {
      +      "description": "SEC XBRL root resolution method.",
      +      "type": "string"
      +    },
      +    "source_date": {
      +      "description": "DeltaSignal source slice date.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "stress_50pct": {
      +      "description": "Alias for stressed leverage/stress at 50 percent.",
      +      "type": "number"
      +    },
      +    "stressed_leverage_50pct": {
      +      "description": "Stressed leverage under 50 percent stress assumptions.",
      +      "type": "number"
      +    },
      +    "ticker": {
      +      "description": "Normalized public-company ticker symbol.",
      +      "type": "string"
      +    },
      +    "total_peers": {
      +      "description": "Alias for peer_count.",
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "ticker"
      +  ],
      +  "type": "object"
      +}
    • removedOutput schema / properties / data_source
      Removed value: -{
      -  "description": "Source category for the issuer row.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / debt_coverage_status
      Removed value: -{
      -  "description": "Debt coverage classification.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / entity_name
      Removed value: -{
      -  "description": "SEC issuer entity name when available.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / is_linkbase_backed
      Removed value: -{
      -  "description": "Whether the result is backed by SEC XBRL linkbase/rooted facts.",
      -  "type": "boolean"
      -}
    • addedOutput schema / properties / mcp_summary
      Added value: +{
      +  "description": "Concise high-signal summary of the tool response. Maximum 140 characters.",
      +  "type": "string"
      +}
    • removedOutput schema / properties / mp_z
      Removed value: -{
      -  "description": "Momentum/market pressure z-score when available.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / peer_count
      Removed value: -{
      -  "description": "Number of peers in the comparison set.",
      -  "type": "integer"
      -}
    • removedOutput schema / properties / peer_percentile
      Removed value: -{
      -  "description": "Alias for percentile.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / peer_rank
      Removed value: -{
      -  "description": "Issuer rank within its peer group.",
      -  "type": "integer"
      -}
    • removedOutput schema / properties / peer_score
      Removed value: -{
      -  "description": "Composite peer score when available.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / percentile
      Removed value: -{
      -  "description": "Issuer percentile within the peer group.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / period
      Removed value: -{
      -  "description": "Filing/reporting period used for the ranking.",
      -  "examples": [
      -    "2026-05-05"
      -  ],
      -  "format": "date",
      -  "maxLength": 10,
      -  "minLength": 10,
      -  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      -  "type": "string"
      -}
    • addedOutput schema / properties / provenance
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Traceability information for the MCP tool response.",
      +  "properties": {
      +    "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"
      +    }
      +  },
      +  "type": "object"
      +}
    • removedOutput schema / properties / quality_flag
      Removed value: -{
      -  "description": "Data quality flag.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / resonance_status
      Removed value: -{
      -  "description": "Model resonance status.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / risk_tier
      Removed value: -{
      -  "description": "ATLAS risk tier.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / root_resolution_method
      Removed value: -{
      -  "description": "SEC XBRL root resolution method.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / source_date
      Removed value: -{
      -  "description": "DeltaSignal source slice date.",
      -  "examples": [
      -    "2026-05-05"
      -  ],
      -  "format": "date",
      -  "maxLength": 10,
      -  "minLength": 10,
      -  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      -  "type": "string"
      -}
    • removedOutput schema / properties / stress_50pct
      Removed value: -{
      -  "description": "Alias for stressed leverage/stress at 50 percent.",
      -  "type": "number"
      -}
    • removedOutput schema / properties / stressed_leverage_50pct
      Removed value: -{
      -  "description": "Stressed leverage under 50 percent stress assumptions.",
      -  "type": "number"
      -}
    • 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.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / total_peers
      Removed value: -{
      -  "description": "Alias for peer_count.",
      -  "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"
      -]New value: +[
      +  "mcp_summary",
      +  "data",
      +  "provenance",
      +  "suggested_follow_ups"
      +]
  2. Changed7 schema fields changed
    • changedInput schema / properties / period / description
      Previous value: -"Optional YYYY-MM-DD period."New value: +"Optional YYYY-MM-DD filing period. Omit for the latest peer ranking."
    • changedInput schema / properties / ticker / description
      Previous value: -"Required issuer ticker, normalized to uppercase."New value: +"Required crypto public company ticker. Examples: COIN, MSTR, MARA, RIOT, HUT, CLSK."
    • 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}$"
    • changedOutput schema / description
      Previous value: -"Structured JSON result returned by the tool."New value: +"Peer ranking and percentile context for one crypto public company."
    • addedOutput schema / properties
      Added value: +{
      +  "atlas_tier": {
      +    "description": "ATLAS tier label.",
      +    "type": "string"
      +  },
      +  "computed_at_utc": {
      +    "description": "UTC compute timestamp for the ranking row.",
      +    "examples": [
      +      "2026-05-05T23:02:17Z"
      +    ],
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  "data_source": {
      +    "description": "Source category for the issuer row.",
      +    "type": "string"
      +  },
      +  "debt_coverage_status": {
      +    "description": "Debt coverage classification.",
      +    "type": "string"
      +  },
      +  "entity_name": {
      +    "description": "SEC issuer entity name when available.",
      +    "type": "string"
      +  },
      +  "is_linkbase_backed": {
      +    "description": "Whether the result is backed by SEC XBRL linkbase/rooted facts.",
      +    "type": "boolean"
      +  },
      +  "mp_z": {
      +    "description": "Momentum/market pressure z-score when available.",
      +    "type": "number"
      +  },
      +  "peer_count": {
      +    "description": "Number of peers in the comparison set.",
      +    "type": "integer"
      +  },
      +  "peer_percentile": {
      +    "description": "Alias for percentile.",
      +    "type": "number"
      +  },
      +  "peer_rank": {
      +    "description": "Issuer rank within its peer group.",
      +    "type": "integer"
      +  },
      +  "peer_score": {
      +    "description": "Composite peer score when available.",
      +    "type": "number"
      +  },
      +  "percentile": {
      +    "description": "Issuer percentile within the peer group.",
      +    "type": "number"
      +  },
      +  "period": {
      +    "description": "Filing/reporting period used for the ranking.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "quality_flag": {
      +    "description": "Data quality flag.",
      +    "type": "string"
      +  },
      +  "resonance_status": {
      +    "description": "Model resonance status.",
      +    "type": "string"
      +  },
      +  "risk_tier": {
      +    "description": "ATLAS risk tier.",
      +    "type": "string"
      +  },
      +  "root_resolution_method": {
      +    "description": "SEC XBRL root resolution method.",
      +    "type": "string"
      +  },
      +  "source_date": {
      +    "description": "DeltaSignal source slice date.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "stress_50pct": {
      +    "description": "Alias for stressed leverage/stress at 50 percent.",
      +    "type": "number"
      +  },
      +  "stressed_leverage_50pct": {
      +    "description": "Stressed leverage under 50 percent stress assumptions.",
      +    "type": "number"
      +  },
      +  "ticker": {
      +    "description": "Normalized public-company ticker symbol.",
      +    "type": "string"
      +  },
      +  "total_peers": {
      +    "description": "Alias for peer_count.",
      +    "type": "integer"
      +  }
      +}
    • addedOutput schema / required
      Added value: +[
      +  "ticker"
      +]
  3. Changed2 schema fields changed
    • addedInput schema / properties / period / examples
      Added value: +[
      +  "2026-05-05"
      +]
    • addedInput schema / properties / period / format
      Added value: +"date"
  4. First observed

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description goes further by adding concrete behavioral details: 'performs one HTTPS read, has no destructive side effects, and does not write external systems or access user accounts.' This exceeds what annotations alone convey.

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 front-loaded with the core purpose, then lists outputs, parameters, behavior, and usage guidance in a logical sequence. No filler or repetition; every sentence adds value and the length is proportionate to the tool's complexity.

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, outputs, parameters, behavioral guarantees, and usage alternatives, making it self-sufficient for an agent. With a rich output schema and annotations already present, the description fully contextualizes when and how to invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3, but the description adds meaning beyond the schema: it clarifies that ticker must be a public-company symbol and provides concrete examples, and states that period is 'only for reproducing a known filing date,' enriching the schema's descriptions.

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 opens with a specific verb and resource: 'compare one crypto public company against its current peer group,' and enumerates the exact output fields (peer rank, peer percentile, peer score, etc.), clearly distinguishing it from sibling tools like covenant_stress and top_stressed.

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?

Explicit usage guidance is provided: 'Use it when the user asks whether one issuer is better or worse than peers,' and it names three alternatives with their purposes ('covenant_stress for absolute stress, top_stressed for universe-wide ranking, alpha_signals for opportunity signals'). This is textbook when-to-use and when-not-to-use.

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