changedInput schema / properties / ticker / maxLength
Previous value: -16New value: +10
changedOutput schema / description
Previous value: -"Alpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
removedOutput schema / properties / alpha_interpretation
Removed value: -{
- "description": "Plain-English explanation of the main drivers behind the alpha score.",
- "type": "string"
-}
removedOutput schema / properties / alpha_score
Removed value: -{
- "description": "Composite DeltaSignal alpha score from 0 to 100. Higher values indicate stronger modeled issuer setup.",
- "maximum": 100,
- "minimum": 0,
- "type": "integer"
-}
removedOutput schema / properties / alpha_score_breakdown
Removed value: -{
- "additionalProperties": {
- "type": "number"
- },
- "description": "Component scores that contribute to alpha_score, such as stress_resilience, regime_fit, treasury_strength, and debt_cleanliness.",
- "type": "object"
-}
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "Alpha-signal research result for one crypto public company. Scores are issuer-level DeltaSignal values from 0 to 100 when present.",
+ "properties": {
+ "alpha_interpretation": {
+ "description": "Plain-English explanation of the main drivers behind the alpha score.",
+ "type": "string"
+ },
+ "alpha_score": {
+ "description": "Composite DeltaSignal alpha score from 0 to 100. Higher values indicate stronger modeled issuer setup.",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "alpha_score_breakdown": {
+ "additionalProperties": {
+ "type": "number"
+ },
+ "description": "Component scores that contribute to alpha_score, such as stress_resilience, regime_fit, treasury_strength, and debt_cleanliness.",
+ "type": "object"
+ },
+ "dominant_treasury_asset": {
+ "description": "Dominant treasury asset classification when available.",
+ "type": "string"
+ },
+ "entity_name": {
+ "description": "SEC issuer entity name when available.",
+ "type": "string"
+ },
+ "market_regime": {
+ "description": "Market-regime label used by the current DeltaSignal slice.",
+ "type": "string"
+ },
+ "period": {
+ "description": "Filing or reporting period date backing the current issuer slice when available.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "provenance": {
+ "additionalProperties": true,
+ "description": "Filing/data provenance, including quality flag, linkbase status, source date, computed timestamp, and resolution methods.",
+ "type": "object"
+ },
+ "regime_fit_score": {
+ "description": "Model score from 0 to 100 describing current regime alignment for the issuer.",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "score_inputs": {
+ "additionalProperties": true,
+ "description": "Source input values used by the scoring layer, including stress, peer, quality, and treasury inputs when available.",
+ "type": "object"
+ },
+ "short_recommendation": {
+ "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
+ "type": "string"
+ },
+ "source_date": {
+ "description": "DeltaSignal source slice date used for the alpha calculation.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "stress_resilience_score": {
+ "description": "Modeled resilience score from 0 to 100 under DeltaSignal stress assumptions.",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "ticker": {
+ "description": "Normalized public-company ticker symbol used for the query, such as COIN or MARA.",
+ "type": "string"
+ },
+ "tower_coherence": {
+ "description": "Numeric coherence score for the active DeltaSignal tower state.",
+ "type": "number"
+ },
+ "tower_status": {
+ "description": "DeltaSignal tower/data-plane status for the issuer slice.",
+ "type": "string"
+ },
+ "treasury_strength": {
+ "description": "Categorical treasury-strength label derived from filing-backed balance-sheet context.",
+ "type": "string"
+ },
+ "treasury_strength_score": {
+ "description": "Treasury strength score from 0 to 100.",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "ticker",
+ "source_date"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / dominant_treasury_asset
Removed value: -{
- "description": "Dominant treasury asset classification when available.",
- "type": "string"
-}
removedOutput schema / properties / entity_name
Removed value: -{
- "description": "SEC issuer entity name when available.",
- "type": "string"
-}
removedOutput schema / properties / market_regime
Removed value: -{
- "description": "Market-regime label used by the current DeltaSignal slice.",
- "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": "Filing or reporting period date backing the current issuer slice when available.",
- "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: -"Filing/data provenance, including quality flag, linkbase status, source date, computed timestamp, and resolution methods."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 / regime_fit_score
Removed value: -{
- "description": "Model score from 0 to 100 describing current regime alignment for the issuer.",
- "maximum": 100,
- "minimum": 0,
- "type": "integer"
-}
removedOutput schema / properties / score_inputs
Removed value: -{
- "additionalProperties": true,
- "description": "Source input values used by the scoring layer, including stress, peer, quality, and treasury inputs when available.",
- "type": "object"
-}
removedOutput schema / properties / short_recommendation
Removed value: -{
- "description": "Short research-triage label such as Monitor, Reduce exposure, or Build watchlist.",
- "type": "string"
-}
removedOutput schema / properties / source_date
Removed value: -{
- "description": "DeltaSignal source slice date used for the alpha calculation.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
-}
removedOutput schema / properties / stress_resilience_score
Removed value: -{
- "description": "Modeled resilience score from 0 to 100 under DeltaSignal stress assumptions.",
- "maximum": 100,
- "minimum": 0,
- "type": "integer"
-}
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 used for the query, such as COIN or MARA.",
- "type": "string"
-}
removedOutput schema / properties / tower_coherence
Removed value: -{
- "description": "Numeric coherence score for the active DeltaSignal tower state.",
- "type": "number"
-}
removedOutput schema / properties / tower_status
Removed value: -{
- "description": "DeltaSignal tower/data-plane status for the issuer slice.",
- "type": "string"
-}
removedOutput schema / properties / treasury_strength
Removed value: -{
- "description": "Categorical treasury-strength label derived from filing-backed balance-sheet context.",
- "type": "string"
-}
removedOutput schema / properties / treasury_strength_score
Removed value: -{
- "description": "Treasury strength score from 0 to 100.",
- "maximum": 100,
- "minimum": 0,
- "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",
- "source_date"
-]New value: +[
+ "mcp_summary",
+ "data",
+ "provenance",
+ "suggested_follow_ups"
+]