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"
+]