changedInput schema / properties / ticker / maxLength
Previous value: -16New value: +10
changedOutput schema / description
Previous value: -"SPECTRA historical field-map contract for one issuer."New value: +"DeltaSignal ATLAS-7 MCPResponse wrapper. Raw tool payload is returned under data."
removedOutput schema / properties / contract
Removed value: -{
- "additionalProperties": true,
- "description": "SPECTRA field-map contract payload, including historical pressure and filing-choreography fields when available.",
- "type": "object"
-}
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "SPECTRA historical field-map contract for one issuer.",
+ "properties": {
+ "contract": {
+ "additionalProperties": true,
+ "description": "SPECTRA field-map contract payload, including historical pressure and filing-choreography fields when available.",
+ "type": "object"
+ },
+ "generated": {
+ "description": "Whether the response was generated dynamically rather than read from a stored contract.",
+ "type": "boolean"
+ },
+ "provenance": {
+ "additionalProperties": true,
+ "description": "Source/provenance metadata for the served contract.",
+ "type": "object"
+ },
+ "source": {
+ "description": "Source location or generation path for the field-map contract.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Field-map contract status when available.",
+ "type": "string"
+ },
+ "ticker": {
+ "description": "Normalized public-company ticker symbol used for the field-map lookup.",
+ "type": "string"
+ }
+ },
+ "required": [],
+ "type": "object"
+}
removedOutput schema / properties / generated
Removed value: -{
- "description": "Whether the response was generated dynamically rather than read from a stored contract.",
- "type": "boolean"
-}
addedOutput schema / properties / mcp_summary
Added value: +{
+ "description": "Concise high-signal summary of the tool response. Maximum 140 characters.",
+ "type": "string"
+}
changedOutput schema / properties / provenance / description
Previous value: -"Source/provenance metadata for the served contract."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 / source
Removed value: -{
- "description": "Source location or generation path for the field-map contract.",
- "type": "string"
-}
removedOutput schema / properties / status
Removed value: -{
- "description": "Field-map contract status when available.",
- "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 / ticker
Removed value: -{
- "description": "Normalized public-company ticker symbol used for the field-map lookup.",
- "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"
+]