changedOutput schema / description
Previous value: -"Latest meaningful DeltaSignal daily change snapshot for monitoring workflows."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
removedOutput schema / properties / changed_companies
Removed value: -{
- "description": "Tracked crypto issuers with meaningful daily filing deltas.",
- "items": {
- "additionalProperties": true,
- "description": "Issuer change row.",
- "properties": {
- "accession_number": {
- "description": "Current SEC filing accession number when available.",
- "type": "string"
- },
- "cik": {
- "description": "SEC Central Index Key.",
- "type": "string"
- },
- "delta_type": {
- "description": "Change type such as tracked filing delta or new crypto issuer discovery.",
- "type": "string"
- },
- "entity_name": {
- "description": "SEC issuer entity name.",
- "type": "string"
- },
- "filing_date": {
- "description": "Current filing date.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
- },
- "filing_form": {
- "description": "Current SEC filing form.",
- "type": "string"
- },
- "issuer_class": {
- "description": "DeltaSignal issuer classification.",
- "type": "string"
- },
- "summary": {
- "description": "Plain-English summary of the change.",
- "type": "string"
- },
- "ticker": {
- "description": "Ticker for the changed or newly discovered issuer.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / classification_summary
Removed value: -{
- "additionalProperties": true,
- "description": "Aggregated classification summary for the daily changes.",
- "type": "object"
-}
removedOutput schema / properties / comparison_source_date
Removed value: -{
- "description": "Prior source date used for comparison when available.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
-}
removedOutput schema / properties / computed_at_utc
Removed value: -{
- "description": "UTC compute timestamp for the snapshot.",
- "examples": [
- "2026-05-05T23:02:17Z"
- ],
- "format": "date-time",
- "type": "string"
-}
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "Latest promoted DeltaSignal daily change snapshot for monitoring workflows, with separate compute and CompanyFacts artifact freshness fields.",
+ "properties": {
+ "alpha_change_leaders": {
+ "description": "Top daily alpha movement rows.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Alpha movement row.",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "changed_companies": {
+ "description": "Tracked crypto issuers with meaningful daily filing deltas.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Issuer change row.",
+ "properties": {
+ "accession_number": {
+ "description": "Current SEC filing accession number when available.",
+ "type": "string"
+ },
+ "cik": {
+ "description": "SEC Central Index Key.",
+ "type": "string"
+ },
+ "delta_type": {
+ "description": "Change type such as tracked filing delta or new crypto issuer discovery.",
+ "type": "string"
+ },
+ "entity_name": {
+ "description": "SEC issuer entity name.",
+ "type": "string"
+ },
+ "filing_date": {
+ "description": "Current filing date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "filing_form": {
+ "description": "Current SEC filing form.",
+ "type": "string"
+ },
+ "issuer_class": {
+ "description": "DeltaSignal issuer classification.",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Plain-English summary of the change.",
+ "type": "string"
+ },
+ "ticker": {
+ "description": "Ticker for the changed or newly discovered issuer.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "classification_summary": {
+ "additionalProperties": true,
+ "description": "Aggregated classification summary for the daily changes.",
+ "type": "object"
+ },
+ "companyfacts_activity": {
+ "additionalProperties": true,
+ "description": "Latest CompanyFacts zip-vs-zip activity filtered through digital-assets intelligence, including crypto changed company rows.",
+ "type": "object"
+ },
+ "companyfacts_delta_window": {
+ "additionalProperties": true,
+ "description": "Azure Blob CompanyFacts delta artifacts for every available date between source_date and latest_computed_source_date.",
+ "type": "object"
+ },
+ "comparison_source_date": {
+ "description": "Prior source date used for comparison when available.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "computed_at_utc": {
+ "description": "UTC compute timestamp for the snapshot.",
+ "examples": [
+ "2026-05-05T23:02:17Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ },
+ "daily_activity_note": {
+ "description": "Plain-English note when CompanyFacts activity is newer than the promoted issuer-delta headline snapshot.",
+ "type": "string"
+ },
+ "daily_activity_selector_basis": {
+ "description": "Activity selector basis, normally companyfacts_zip_delta_filtered_crypto_intelligence.",
+ "type": "string"
+ },
+ "daily_activity_selector_status": {
+ "description": "Activity selector status such as current_companyfacts_activity_available.",
+ "type": "string"
+ },
+ "daily_change_selector_basis": {
+ "description": "Selection basis for source_date, normally current_companyfacts_zip_delta or promoted_tracked_crypto_issuer_delta.",
+ "type": "string"
+ },
+ "daily_change_selector_status": {
+ "description": "Selector status such as served_current_companyfacts_activity, served_promoted_issuer_delta, rolled_back_to_promoted_issuer_delta, or fallback_unpublished.",
+ "type": "string"
+ },
+ "delta_basis": {
+ "description": "Basis for the change set.",
+ "type": "string"
+ },
+ "freshness_note": {
+ "description": "Plain-English warning when CompanyFacts artifacts or compute dates are newer than the promoted daily-change headline snapshot.",
+ "type": "string"
+ },
+ "freshness_summary": {
+ "additionalProperties": true,
+ "description": "Separated freshness status for promoted issuer deltas, latest compute, and CompanyFacts artifacts.",
+ "type": "object"
+ },
+ "latest_activity_source_date": {
+ "description": "Latest CompanyFacts zip-vs-zip activity date used for subscriber-facing daily change discovery.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "latest_companyfacts_delta_source_date": {
+ "description": "Latest CompanyFacts artifact date found in the delta artifact window; may be newer than source_date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "latest_companyfacts_digital_assets_source_date": {
+ "description": "Latest digital-assets delta artifact date found in the artifact window.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "latest_companyfacts_summary_source_date": {
+ "description": "Latest CompanyFacts delta summary date found in the artifact window.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "latest_companyfacts_zip_source_date": {
+ "description": "Latest mirrored companyfacts.zip date found in the artifact window.",
+ "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 source date for current DeltaSignal issuer computations; may be newer than source_date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "meaningful_tracked_crypto_delta_source_date": {
+ "description": "Promoted tracked-crypto issuer-delta source date, preserved separately when newer CompanyFacts activity becomes the headline.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "message": {
+ "description": "Plain-English explanation of the daily change snapshot.",
+ "type": "string"
+ },
+ "movement_summary": {
+ "additionalProperties": true,
+ "description": "Stress-change, alpha-change, and risk-tier movement leaderboards for the daily comparison window.",
+ "type": "object"
+ },
+ "new_companies": {
+ "description": "Newly discovered crypto public-company issuers.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Issuer change row.",
+ "properties": {
+ "accession_number": {
+ "description": "Current SEC filing accession number when available.",
+ "type": "string"
+ },
+ "cik": {
+ "description": "SEC Central Index Key.",
+ "type": "string"
+ },
+ "delta_type": {
+ "description": "Change type such as tracked filing delta or new crypto issuer discovery.",
+ "type": "string"
+ },
+ "entity_name": {
+ "description": "SEC issuer entity name.",
+ "type": "string"
+ },
+ "filing_date": {
+ "description": "Current filing date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "filing_form": {
+ "description": "Current SEC filing form.",
+ "type": "string"
+ },
+ "issuer_class": {
+ "description": "DeltaSignal issuer classification.",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Plain-English summary of the change.",
+ "type": "string"
+ },
+ "ticker": {
+ "description": "Ticker for the changed or newly discovered issuer.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "request_key": {
+ "description": "Request key, normally daily_changes.",
+ "type": "string"
+ },
+ "risk_tier_moves": {
+ "description": "Risk-tier movement rows.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Risk-tier movement row.",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "snapshot_status": {
+ "description": "Status label such as current_companyfacts_activity, meaningful_delta, or rolled_back_to_latest_meaningful_delta.",
+ "type": "string"
+ },
+ "source_date": {
+ "description": "Headline source date for the served daily-change view. When newer CompanyFacts crypto activity exists, this is the activity date.",
+ "examples": [
+ "2026-05-05"
+ ],
+ "format": "date",
+ "maxLength": 10,
+ "minLength": 10,
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ "stats": {
+ "additionalProperties": true,
+ "description": "Counts for changed companies, new companies, and classification totals.",
+ "type": "object"
+ },
+ "stress_change_leaders": {
+ "description": "Top daily stress movement rows.",
+ "items": {
+ "additionalProperties": true,
+ "description": "Stress movement row.",
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "request_key",
+ "source_date"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / delta_basis
Removed value: -{
- "description": "Basis for the change set.",
- "type": "string"
-}
removedOutput schema / properties / latest_computed_source_date
Removed value: -{
- "description": "Latest computed source date, which may differ from source_date if empty recomputation slices were skipped.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "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 / message
Removed value: -{
- "description": "Plain-English explanation of the daily change snapshot.",
- "type": "string"
-}
removedOutput schema / properties / new_companies
Removed value: -{
- "description": "Newly discovered crypto public-company issuers.",
- "items": {
- "additionalProperties": true,
- "description": "Issuer change row.",
- "properties": {
- "accession_number": {
- "description": "Current SEC filing accession number when available.",
- "type": "string"
- },
- "cik": {
- "description": "SEC Central Index Key.",
- "type": "string"
- },
- "delta_type": {
- "description": "Change type such as tracked filing delta or new crypto issuer discovery.",
- "type": "string"
- },
- "entity_name": {
- "description": "SEC issuer entity name.",
- "type": "string"
- },
- "filing_date": {
- "description": "Current filing date.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
- },
- "filing_form": {
- "description": "Current SEC filing form.",
- "type": "string"
- },
- "issuer_class": {
- "description": "DeltaSignal issuer classification.",
- "type": "string"
- },
- "summary": {
- "description": "Plain-English summary of the change.",
- "type": "string"
- },
- "ticker": {
- "description": "Ticker for the changed or newly discovered issuer.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
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 / request_key
Removed value: -{
- "description": "Request key, normally daily_changes.",
- "type": "string"
-}
removedOutput schema / properties / snapshot_status
Removed value: -{
- "description": "Status label such as meaningful_delta or rolled_back_to_latest_meaningful_delta.",
- "type": "string"
-}
removedOutput schema / properties / source_date
Removed value: -{
- "description": "Source date for the served daily change snapshot.",
- "examples": [
- "2026-05-05"
- ],
- "format": "date",
- "maxLength": 10,
- "minLength": 10,
- "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
- "type": "string"
-}
removedOutput schema / properties / stats
Removed value: -{
- "additionalProperties": true,
- "description": "Counts for changed companies, new companies, and classification totals.",
- "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"
+}
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: -[
- "request_key",
- "source_date"
-]New value: +[
+ "mcp_summary",
+ "data",
+ "provenance",
+ "suggested_follow_ups"
+]