Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal company fundamentals

deltasignal_company_fundamentals
Read-onlyIdempotent

Use this read-only tool to retrieve SEC XBRL-backed fundamentals for one crypto public company ticker. It returns filing period, entity identifiers, filing form, core financial values, provenance, and optional segment or related-party containers when requested. Parameters: ticker is required; period is optional YYYY-MM-DD; include_segments and include_related_party request additional containers when available and otherwise return availability metadata. Behavior: read-only and idempotent; it performs one HTTPS read, has no destructive side effects, and does not modify SEC data, accounts, files, or wallets. Use it when the user asks for revenue, net income, assets, cash, liabilities, equity, SEC filing context, or fact provenance; use alpha_signals or covenant_stress for modeled signal interpretation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoOptional YYYY-MM-DD reporting period. Omit for the latest available filing period.
tickerYesRequired crypto public company ticker. Examples: COIN, MSTR, MARA, RIOT, HUT, CLSK.
include_segmentsNoRequest segment fact container when available. Current runtime returns availability metadata even when segment facts are not populated.
include_related_partyNoRequest related-party transaction container when available. Current runtime returns availability metadata even when related-party facts are not populated.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesSEC XBRL-backed fundamentals for one crypto public company ticker.
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. Changed20 schema fields changed
    • changedInput schema / properties / ticker / maxLength
      Previous value: -16New value: +10
    • changedOutput schema / description
      Previous value: -"SEC XBRL-backed fundamentals for one crypto public company ticker."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
    • removedOutput schema / properties / cik
      Removed value: -{
      -  "description": "SEC Central Index Key.",
      -  "type": "string"
      -}
    • addedOutput schema / properties / data
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "SEC XBRL-backed fundamentals for one crypto public company ticker.",
      +  "properties": {
      +    "cik": {
      +      "description": "SEC Central Index Key.",
      +      "type": "string"
      +    },
      +    "entity_name": {
      +      "description": "SEC issuer entity name.",
      +      "type": "string"
      +    },
      +    "filing_form": {
      +      "description": "SEC filing form used for the facts when available.",
      +      "type": "string"
      +    },
      +    "fundamentals": {
      +      "additionalProperties": true,
      +      "description": "Core SEC XBRL financial values. Values may be null when the issuer or period lacks that fact.",
      +      "properties": {
      +        "cash_and_equivalents": {
      +          "description": "Cash and cash equivalents when available.",
      +          "type": "number"
      +        },
      +        "cash_flow_from_operations": {
      +          "description": "Cash flow from operations when available.",
      +          "type": "number"
      +        },
      +        "current_assets": {
      +          "description": "Current assets when available.",
      +          "type": "number"
      +        },
      +        "net_income": {
      +          "description": "Net income for the filing period when available.",
      +          "type": "number"
      +        },
      +        "operating_income": {
      +          "description": "Operating income for the filing period when available.",
      +          "type": "number"
      +        },
      +        "revenue": {
      +          "description": "Revenue for the filing period when available.",
      +          "type": "number"
      +        },
      +        "total_assets": {
      +          "description": "Total assets when available.",
      +          "type": "number"
      +        },
      +        "total_equity": {
      +          "description": "Total equity when available.",
      +          "type": "number"
      +        },
      +        "total_liabilities": {
      +          "description": "Total liabilities when available.",
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "last_updated": {
      +      "description": "UTC timestamp for the precomputed fundamentals row.",
      +      "examples": [
      +        "2026-05-05T23:02:17Z"
      +      ],
      +      "format": "date-time",
      +      "type": "string"
      +    },
      +    "period": {
      +      "description": "Reporting period or filing date backing the facts.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "provenance": {
      +      "additionalProperties": true,
      +      "description": "SEC/XBRL provenance including root resolution, mapping hit count, linkbase status, data source, and quality flag.",
      +      "type": "object"
      +    },
      +    "related_party_transactions": {
      +      "additionalProperties": true,
      +      "description": "Related-party transaction availability and rows when requested and available.",
      +      "type": "object"
      +    },
      +    "segment_data": {
      +      "additionalProperties": true,
      +      "description": "Segment fact availability and segment rows when requested and available.",
      +      "type": "object"
      +    },
      +    "source_date": {
      +      "description": "DeltaSignal source date used to resolve CompanyFacts inputs.",
      +      "examples": [
      +        "2026-05-05"
      +      ],
      +      "format": "date",
      +      "maxLength": 10,
      +      "minLength": 10,
      +      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +      "type": "string"
      +    },
      +    "subsequent_events": {
      +      "additionalProperties": true,
      +      "description": "Subsequent-event availability and rows when available.",
      +      "type": "object"
      +    },
      +    "ticker": {
      +      "description": "Normalized public-company ticker symbol.",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "ticker"
      +  ],
      +  "type": "object"
      +}
    • removedOutput schema / properties / entity_name
      Removed value: -{
      -  "description": "SEC issuer entity name.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / filing_form
      Removed value: -{
      -  "description": "SEC filing form used for the facts when available.",
      -  "type": "string"
      -}
    • removedOutput schema / properties / fundamentals
      Removed value: -{
      -  "additionalProperties": true,
      -  "description": "Core SEC XBRL financial values. Values may be null when the issuer or period lacks that fact.",
      -  "properties": {
      -    "cash_and_equivalents": {
      -      "description": "Cash and cash equivalents when available.",
      -      "type": "number"
      -    },
      -    "cash_flow_from_operations": {
      -      "description": "Cash flow from operations when available.",
      -      "type": "number"
      -    },
      -    "current_assets": {
      -      "description": "Current assets when available.",
      -      "type": "number"
      -    },
      -    "net_income": {
      -      "description": "Net income for the filing period when available.",
      -      "type": "number"
      -    },
      -    "operating_income": {
      -      "description": "Operating income for the filing period when available.",
      -      "type": "number"
      -    },
      -    "revenue": {
      -      "description": "Revenue for the filing period when available.",
      -      "type": "number"
      -    },
      -    "total_assets": {
      -      "description": "Total assets when available.",
      -      "type": "number"
      -    },
      -    "total_equity": {
      -      "description": "Total equity when available.",
      -      "type": "number"
      -    },
      -    "total_liabilities": {
      -      "description": "Total liabilities when available.",
      -      "type": "number"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / properties / last_updated
      Removed value: -{
      -  "description": "UTC timestamp for the precomputed fundamentals row.",
      -  "examples": [
      -    "2026-05-05T23:02:17Z"
      -  ],
      -  "format": "date-time",
      -  "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": "Reporting period or filing date backing the facts.",
      -  "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: -"SEC/XBRL provenance including root resolution, mapping hit count, linkbase status, data source, and quality flag."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 / related_party_transactions
      Removed value: -{
      -  "additionalProperties": true,
      -  "description": "Related-party transaction availability and rows when requested and available.",
      -  "type": "object"
      -}
    • removedOutput schema / properties / segment_data
      Removed value: -{
      -  "additionalProperties": true,
      -  "description": "Segment fact availability and segment rows when requested and available.",
      -  "type": "object"
      -}
    • removedOutput schema / properties / source_date
      Removed value: -{
      -  "description": "DeltaSignal source date used to resolve CompanyFacts inputs.",
      -  "examples": [
      -    "2026-05-05"
      -  ],
      -  "format": "date",
      -  "maxLength": 10,
      -  "minLength": 10,
      -  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      -  "type": "string"
      -}
    • removedOutput schema / properties / subsequent_events
      Removed value: -{
      -  "additionalProperties": true,
      -  "description": "Subsequent-event availability and rows when available.",
      -  "type": "object"
      -}
    • 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"
      -}
    • 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. Changed9 schema fields changed
    • changedInput schema / properties / include_related_party / description
      Previous value: -"Include related-party facts when available."New value: +"Request related-party transaction container when available. Current runtime returns availability metadata even when related-party facts are not populated."
    • changedInput schema / properties / include_segments / description
      Previous value: -"Include segment facts when available."New value: +"Request segment fact container when available. Current runtime returns availability metadata even when segment facts are not populated."
    • changedInput schema / properties / period / description
      Previous value: -"Optional YYYY-MM-DD period."New value: +"Optional YYYY-MM-DD reporting period. Omit for the latest available filing period."
    • 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: +"SEC XBRL-backed fundamentals for one crypto public company ticker."
    • addedOutput schema / properties
      Added value: +{
      +  "cik": {
      +    "description": "SEC Central Index Key.",
      +    "type": "string"
      +  },
      +  "entity_name": {
      +    "description": "SEC issuer entity name.",
      +    "type": "string"
      +  },
      +  "filing_form": {
      +    "description": "SEC filing form used for the facts when available.",
      +    "type": "string"
      +  },
      +  "fundamentals": {
      +    "additionalProperties": true,
      +    "description": "Core SEC XBRL financial values. Values may be null when the issuer or period lacks that fact.",
      +    "properties": {
      +      "cash_and_equivalents": {
      +        "description": "Cash and cash equivalents when available.",
      +        "type": "number"
      +      },
      +      "cash_flow_from_operations": {
      +        "description": "Cash flow from operations when available.",
      +        "type": "number"
      +      },
      +      "current_assets": {
      +        "description": "Current assets when available.",
      +        "type": "number"
      +      },
      +      "net_income": {
      +        "description": "Net income for the filing period when available.",
      +        "type": "number"
      +      },
      +      "operating_income": {
      +        "description": "Operating income for the filing period when available.",
      +        "type": "number"
      +      },
      +      "revenue": {
      +        "description": "Revenue for the filing period when available.",
      +        "type": "number"
      +      },
      +      "total_assets": {
      +        "description": "Total assets when available.",
      +        "type": "number"
      +      },
      +      "total_equity": {
      +        "description": "Total equity when available.",
      +        "type": "number"
      +      },
      +      "total_liabilities": {
      +        "description": "Total liabilities when available.",
      +        "type": "number"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "last_updated": {
      +    "description": "UTC timestamp for the precomputed fundamentals row.",
      +    "examples": [
      +      "2026-05-05T23:02:17Z"
      +    ],
      +    "format": "date-time",
      +    "type": "string"
      +  },
      +  "period": {
      +    "description": "Reporting period or filing date backing the facts.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "provenance": {
      +    "additionalProperties": true,
      +    "description": "SEC/XBRL provenance including root resolution, mapping hit count, linkbase status, data source, and quality flag.",
      +    "type": "object"
      +  },
      +  "related_party_transactions": {
      +    "additionalProperties": true,
      +    "description": "Related-party transaction availability and rows when requested and available.",
      +    "type": "object"
      +  },
      +  "segment_data": {
      +    "additionalProperties": true,
      +    "description": "Segment fact availability and segment rows when requested and available.",
      +    "type": "object"
      +  },
      +  "source_date": {
      +    "description": "DeltaSignal source date used to resolve CompanyFacts inputs.",
      +    "examples": [
      +      "2026-05-05"
      +    ],
      +    "format": "date",
      +    "maxLength": 10,
      +    "minLength": 10,
      +    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      +    "type": "string"
      +  },
      +  "subsequent_events": {
      +    "additionalProperties": true,
      +    "description": "Subsequent-event availability and rows when available.",
      +    "type": "object"
      +  },
      +  "ticker": {
      +    "description": "Normalized public-company ticker symbol.",
      +    "type": "string"
      +  }
      +}
    • 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

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, but the description adds valuable specificity: it 'performs one HTTPS read, has no destructive side effects, and does not modify SEC data, accounts, files, or wallets.' It also clarifies that optional containers return availability metadata when facts are not populated, which is useful behavioral context. No contradiction with annotations.

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 organized into clear, purposeful sentences: purpose, returned content, parameters, behavior, and usage guidance. It is front-loaded with the main action and avoids fluff. Though slightly longer than minimal, each sentence contributes meaningful information, so it earns a 4 rather than a 5.

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 presence of a comprehensive output schema, detailed parameter descriptions, and a simple read-only tool, the description is complete. It covers what data is returned, when to use the tool, optional parameter behavior, safety guarantees, and directs to alternatives for different use cases. No critical missing context.

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%, with detailed descriptions and examples for all four parameters. The description summarizes parameter roles (e.g., 'ticker is required; period is optional YYYY-MM-DD; include_segments and include_related_party request additional containers') but largely restates schema information without adding new semantic value. Baseline of 3 is appropriate.

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 it 'retrieve[s] SEC XBRL-backed fundamentals for one crypto public company ticker,' specifying the exact verb, resource, and scope. It also explicitly lists the returned content (filing period, identifiers, filing form, core financial values, provenance) and distinguishes itself from modeled signal tools by indicating 'alpha_signals or covenant_stress' for those use cases.

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 for revenue, net income, assets, cash, liabilities, equity, SEC filing context, or fact provenance; use alpha_signals or covenant_stress for modeled signal interpretation.' This clearly states when to use this tool and names specific alternative tools, leaving no ambiguity.

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