addedOutput schema / properties / cells
Added value: +{
+ "description": "Valuation pack verified cells dictionary",
+ "type": "object"
+}
addedOutput schema / properties / company
Added value: +{
+ "description": "Company name or ticker symbol",
+ "type": "string"
+}
addedOutput schema / properties / concept
Added value: +{
+ "description": "US-GAAP / XBRL financial concept",
+ "type": "string"
+}
removedOutput schema / properties / content
Removed value: -{
- "description": "List of MCP output blocks containing verified SEC fact payload or SAFE_REFUSAL",
- "items": {
- "properties": {
- "text": {
- "description": "Serialized verified SEC fact response with cryptographic filing provenance",
- "type": "string"
- },
- "type": {
- "description": "MIME content type (text)",
- "type": "string"
- }
- },
- "required": [
- "type",
- "text"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / formatted
Added value: +{
+ "description": "Formatted monetary or percentage string",
+ "type": "string"
+}
addedOutput schema / properties / hash
Added value: +{
+ "description": "Cryptographic filing audit hash"
+}
addedOutput schema / properties / operands
Added value: +{
+ "description": "Underlying verified metric operands with accessions",
+ "type": "array"
+}
addedOutput schema / properties / per
Added value: +{
+ "description": "Compact period string",
+ "type": "string"
+}
addedOutput schema / properties / period
Added value: +{
+ "description": "Fiscal reporting period",
+ "type": "string"
+}
addedOutput schema / properties / provenance
Added value: +{
+ "description": "SEC EDGAR filing provenance details",
+ "type": "object"
+}
addedOutput schema / properties / reason
Added value: +{
+ "description": "Explanation when SAFE_REFUSAL is returned",
+ "type": "string"
+}
addedOutput schema / properties / st
Added value: +{
+ "description": "Compact status indicator (OK | REFUSE)",
+ "type": "string"
+}
addedOutput schema / properties / status
Added value: +{
+ "description": "Verification status: VERIFIED_SUCCESS | SAFE_REFUSAL | COMPLETE | OK",
+ "type": "string"
+}
addedOutput schema / properties / val
Added value: +{
+ "description": "Compact numeric value"
+}
addedOutput schema / properties / value
Added value: +{
+ "description": "Verified financial metric numeric value or computed arithmetic result"
+}
changedOutput schema / required
Previous value: -[
- "content"
-]New value: +[]