changedInput schema / properties / ticker / maxLength
Previous value: -16New value: +10
changedOutput schema / description
Previous value: -"Covenant stress detail when ticker is supplied, or list-mode response with data and meta when ticker is omitted."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 / covenant_headroom_50pct
Removed value: -{
- "description": "Modeled covenant headroom under 50 percent stress assumptions.",
- "type": "number"
-}
addedOutput schema / properties / data / additionalProperties
Added value: +true
changedOutput schema / properties / data / description
Previous value: -"List-mode covenant stress rows."New value: +"Covenant stress detail when ticker is supplied, or list-mode response with data and meta when ticker is omitted."
removedOutput schema / properties / data / items
Removed value: -{
- "additionalProperties": true,
- "description": "Issuer stress row returned by list mode.",
- "properties": {
- "atlas_tier": {
- "description": "ATLAS tier label.",
- "type": "string"
- },
- "covenant_headroom_50pct": {
- "description": "Covenant headroom under 50 percent stress assumptions.",
- "type": "number"
- },
- "data_source": {
- "description": "Source category.",
- "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 SEC XBRL linkbase/rooted facts back the row.",
- "type": "boolean"
- },
- "live_covenant_headroom_50pct": {
- "description": "Live-price-adjusted covenant headroom when available.",
- "type": "number"
- },
- "live_risk_tier": {
- "description": "Live-price-adjusted risk tier when available.",
- "type": "string"
- },
- "live_stress_50pct": {
- "description": "Live-price-adjusted 50 percent stress value when available.",
- "type": "number"
- },
- "market_regime": {
- "description": "Market regime label when available.",
- "type": "string"
- },
- "period": {
- "description": "Filing/reporting period or source date.",
- "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"
- },
- "rank": {
- "description": "Rank in the current result set when available.",
- "type": "integer"
- },
- "resonance_status": {
- "description": "Stress resonance status.",
- "type": "string"
- },
- "risk_tier": {
- "description": "Risk tier label.",
- "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": "Stress value under 50 percent stress assumptions.",
- "type": "number"
- },
- "ticker": {
- "description": "Issuer ticker.",
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / data / properties
Added value: +{
+ "atlas_tier": {
+ "description": "ATLAS tier label.",
+ "type": "string"
+ },
+ "covenant_headroom_50pct": {
+ "description": "Modeled covenant headroom under 50 percent stress assumptions.",
+ "type": "number"
+ },
+ "data": {
+ "description": "List-mode covenant stress rows.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Issuer stress row returned by list mode.",
+ "properties": {
+ "atlas_tier": {
+ "description": "ATLAS tier label.",
+ "type": "string"
+ },
+ "covenant_headroom_50pct": {
+ "description": "Covenant headroom under 50 percent stress assumptions.",
+ "type": "number"
+ },
+ "data_source": {
+ "description": "Source category.",
+ "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 SEC XBRL linkbase/rooted facts back the row.",
+ "type": "boolean"
+ },
+ "live_covenant_headroom_50pct": {
+ "description": "Live-price-adjusted covenant headroom when available.",
+ "type": "number"
+ },
+ "live_risk_tier": {
+ "description": "Live-price-adjusted risk tier when available.",
+ "type": "string"
+ },
+ "live_stress_50pct": {
+ "description": "Live-price-adjusted 50 percent stress value when available.",
+ "type": "number"
+ },
+ "market_regime": {
+ "description": "Market regime label when available.",
+ "type": "string"
+ },
+ "period": {
+ "description": "Filing/reporting period or source date.",
+ "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"
+ },
+ "rank": {
+ "description": "Rank in the current result set when available.",
+ "type": "integer"
+ },
+ "resonance_status": {
+ "description": "Stress resonance status.",
+ "type": "string"
+ },
+ "risk_tier": {
+ "description": "Risk tier label.",
+ "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": "Stress value under 50 percent stress assumptions.",
+ "type": "number"
+ },
+ "ticker": {
+ "description": "Issuer ticker.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "data_source": {
+ "description": "Source category such as linkbase_rooted_facts or direct_facts_fallback.",
+ "type": "string"
+ },
+ "debt_coverage_status": {
+ "description": "Debt coverage classification for the issuer.",
+ "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"
+ },
+ "live_covenant_headroom_50pct": {
+ "description": "Live-price-adjusted covenant headroom when available.",
+ "type": "number"
+ },
+ "live_risk_tier": {
+ "description": "Live-price-adjusted risk tier when available.",
+ "type": "string"
+ },
+ "live_stress_50pct": {
+ "description": "Live-price-adjusted 50 percent stress value when live prices are available.",
+ "type": "number"
+ },
+ "market_regime": {
+ "description": "Market regime label when available.",
+ "type": "string"
+ },
+ "meta": {
+ "additionalProperties": true,
+ "description": "List-mode filters, pagination, and count metadata.",
+ "type": "object"
+ },
+ "period": {
+ "description": "Filing/reporting period backing the stress calculation.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "quality_flag": {
+ "description": "Quality flag for the issuer slice.",
+ "type": "string"
+ },
+ "resonance_status": {
+ "description": "Stress resonance status from the model.",
+ "type": "string"
+ },
+ "risk_tier": {
+ "description": "ATLAS risk tier such as HIGH, MODERATE, LOW, or UNCLASSIFIED.",
+ "type": "string"
+ },
+ "root_resolution_method": {
+ "description": "Method used to resolve roots in SEC XBRL facts.",
+ "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_30pct": {
+ "description": "Modeled stress value under 30 percent stress assumptions.",
+ "type": "number"
+ },
+ "stress_50pct": {
+ "description": "Modeled stress value under 50 percent stress assumptions.",
+ "type": "number"
+ },
+ "stress_70pct": {
+ "description": "Modeled stress value under 70 percent stress assumptions.",
+ "type": "number"
+ },
+ "ticker": {
+ "description": "Ticker for detail mode.",
+ "type": "string"
+ }
+}
addedOutput schema / properties / data / required
Added value: +[]
changedOutput schema / properties / data / type
Previous value: -"array"New value: +"object"
removedOutput schema / properties / data_source
Removed value: -{
- "description": "Source category such as linkbase_rooted_facts or direct_facts_fallback.",
- "type": "string"
-}
removedOutput schema / properties / debt_coverage_status
Removed value: -{
- "description": "Debt coverage classification for the issuer.",
- "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"
-}
removedOutput schema / properties / live_covenant_headroom_50pct
Removed value: -{
- "description": "Live-price-adjusted covenant headroom when available.",
- "type": "number"
-}
removedOutput schema / properties / live_risk_tier
Removed value: -{
- "description": "Live-price-adjusted risk tier when available.",
- "type": "string"
-}
removedOutput schema / properties / live_stress_50pct
Removed value: -{
- "description": "Live-price-adjusted 50 percent stress value when live prices are available.",
- "type": "number"
-}
removedOutput schema / properties / market_regime
Removed value: -{
- "description": "Market regime label when available.",
- "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 / meta
Removed value: -{
- "additionalProperties": true,
- "description": "List-mode filters, pagination, and count metadata.",
- "type": "object"
-}
removedOutput schema / properties / period
Removed value: -{
- "description": "Filing/reporting period backing the stress calculation.",
- "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": "Quality flag for the issuer slice.",
- "type": "string"
-}
removedOutput schema / properties / resonance_status
Removed value: -{
- "description": "Stress resonance status from the model.",
- "type": "string"
-}
removedOutput schema / properties / risk_tier
Removed value: -{
- "description": "ATLAS risk tier such as HIGH, MODERATE, LOW, or UNCLASSIFIED.",
- "type": "string"
-}
removedOutput schema / properties / root_resolution_method
Removed value: -{
- "description": "Method used to resolve roots in SEC XBRL facts.",
- "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_30pct
Removed value: -{
- "description": "Modeled stress value under 30 percent stress assumptions.",
- "type": "number"
-}
removedOutput schema / properties / stress_50pct
Removed value: -{
- "description": "Modeled stress value under 50 percent stress assumptions.",
- "type": "number"
-}
removedOutput schema / properties / stress_70pct
Removed value: -{
- "description": "Modeled stress value under 70 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": "Ticker for detail mode.",
- "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: -[]New value: +[
+ "mcp_summary",
+ "data",
+ "provenance",
+ "suggested_follow_ups"
+]