changedOutput schema / description
Previous value: -"Readiness and data-freshness diagnostics for the live DeltaSignal ATLAS-7 data plane."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
removedOutput schema / properties / age_minutes
Removed value: -{
- "description": "Age of the latest computed slice in minutes.",
- "type": "number"
-}
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "Readiness and data-freshness diagnostics for the live DeltaSignal ATLAS-7 data plane.",
+ "properties": {
+ "age_minutes": {
+ "description": "Age of the latest computed slice in minutes.",
+ "type": "number"
+ },
+ "distinct_issuer_count": {
+ "description": "Distinct issuer count in the active slice.",
+ "type": "integer"
+ },
+ "filing_source_date": {
+ "description": "Most recent filing source date used to resolve CompanyFacts input data.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "freshness_window_hours": {
+ "description": "Configured freshness window used for readiness.",
+ "type": "integer"
+ },
+ "high_quality_count": {
+ "description": "Rows marked high quality.",
+ "type": "integer"
+ },
+ "latest_computed_at_utc": {
+ "description": "UTC timestamp of the latest computed DeltaSignal slice.",
+ "examples": [
+ "2026-05-05T23:02:17Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ },
+ "legitimate_zero_debt_count": {
+ "description": "Issuers classified as legitimate zero debt.",
+ "type": "integer"
+ },
+ "linkbase_backed_count": {
+ "description": "Rows with SEC XBRL linkbase-backed evidence.",
+ "type": "integer"
+ },
+ "live_prices_active": {
+ "description": "Whether live crypto price inputs are active in the current slice.",
+ "type": "boolean"
+ },
+ "low_confidence_missing_debt_count": {
+ "description": "Issuers with low-confidence missing debt coverage.",
+ "type": "integer"
+ },
+ "low_quality_count": {
+ "description": "Rows marked low quality or missing quality flag.",
+ "type": "integer"
+ },
+ "market_regime": {
+ "description": "Market-regime label inferred from live price and stress context.",
+ "type": "string"
+ },
+ "medium_quality_count": {
+ "description": "Rows marked medium quality.",
+ "type": "integer"
+ },
+ "ok": {
+ "description": "Whether the current DeltaSignal slice is fresh enough for analysis.",
+ "type": "boolean"
+ },
+ "reason": {
+ "description": "Reason readiness is false, when unavailable.",
+ "type": "string"
+ },
+ "resolved_nonzero_count": {
+ "description": "Issuers with resolved nonzero debt coverage.",
+ "type": "integer"
+ },
+ "row_count": {
+ "description": "Rows in the active covenant stress slice.",
+ "type": "integer"
+ },
+ "source_date": {
+ "description": "Latest active DeltaSignal computed source date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "time_windows": {
+ "additionalProperties": true,
+ "description": "Latest day, week, and month coverage summaries.",
+ "type": "object"
+ },
+ "tower_coherence": {
+ "description": "Numeric tower-coherence score when enough stress data is available.",
+ "type": "number"
+ },
+ "tower_status": {
+ "description": "Wardenclyffe tower status such as isolated, building, synchronized, or insufficient_data.",
+ "type": "string"
+ },
+ "tower_thresholds": {
+ "additionalProperties": true,
+ "description": "Thresholds and weights used by tower-coherence scoring.",
+ "type": "object"
+ }
+ },
+ "required": [
+ "ok"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / distinct_issuer_count
Removed value: -{
- "description": "Distinct issuer count in the active slice.",
- "type": "integer"
-}
removedOutput schema / properties / filing_source_date
Removed value: -{
- "description": "Most recent filing source date used to resolve CompanyFacts input data.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
-}
removedOutput schema / properties / freshness_window_hours
Removed value: -{
- "description": "Configured freshness window used for readiness.",
- "type": "integer"
-}
removedOutput schema / properties / high_quality_count
Removed value: -{
- "description": "Rows marked high quality.",
- "type": "integer"
-}
removedOutput schema / properties / latest_computed_at_utc
Removed value: -{
- "description": "UTC timestamp of the latest computed DeltaSignal slice.",
- "examples": [
- "2026-05-05T23:02:17Z"
- ],
- "format": "date-time",
- "type": "string"
-}
removedOutput schema / properties / legitimate_zero_debt_count
Removed value: -{
- "description": "Issuers classified as legitimate zero debt.",
- "type": "integer"
-}
removedOutput schema / properties / linkbase_backed_count
Removed value: -{
- "description": "Rows with SEC XBRL linkbase-backed evidence.",
- "type": "integer"
-}
removedOutput schema / properties / live_prices_active
Removed value: -{
- "description": "Whether live crypto price inputs are active in the current slice.",
- "type": "boolean"
-}
removedOutput schema / properties / low_confidence_missing_debt_count
Removed value: -{
- "description": "Issuers with low-confidence missing debt coverage.",
- "type": "integer"
-}
removedOutput schema / properties / low_quality_count
Removed value: -{
- "description": "Rows marked low quality or missing quality flag.",
- "type": "integer"
-}
removedOutput schema / properties / market_regime
Removed value: -{
- "description": "Market-regime label inferred from live price and stress context.",
- "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 / medium_quality_count
Removed value: -{
- "description": "Rows marked medium quality.",
- "type": "integer"
-}
removedOutput schema / properties / ok
Removed value: -{
- "description": "Whether the current DeltaSignal slice is fresh enough for analysis.",
- "type": "boolean"
-}
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 / reason
Removed value: -{
- "description": "Reason readiness is false, when unavailable.",
- "type": "string"
-}
removedOutput schema / properties / resolved_nonzero_count
Removed value: -{
- "description": "Issuers with resolved nonzero debt coverage.",
- "type": "integer"
-}
removedOutput schema / properties / row_count
Removed value: -{
- "description": "Rows in the active covenant stress slice.",
- "type": "integer"
-}
removedOutput schema / properties / source_date
Removed value: -{
- "description": "Latest active DeltaSignal computed source date.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
-}
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 / time_windows
Removed value: -{
- "additionalProperties": true,
- "description": "Latest day, week, and month coverage summaries.",
- "type": "object"
-}
removedOutput schema / properties / tower_coherence
Removed value: -{
- "description": "Numeric tower-coherence score when enough stress data is available.",
- "type": "number"
-}
removedOutput schema / properties / tower_status
Removed value: -{
- "description": "Wardenclyffe tower status such as isolated, building, synchronized, or insufficient_data.",
- "type": "string"
-}
removedOutput schema / properties / tower_thresholds
Removed value: -{
- "additionalProperties": true,
- "description": "Thresholds and weights used by tower-coherence scoring.",
- "type": "object"
-}
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: -[
- "ok"
-]New value: +[
+ "mcp_summary",
+ "data",
+ "provenance",
+ "suggested_follow_ups"
+]