changedInput schema / properties / limit / description
Previous value: -"Max transactions to return (default: 20, max: 25)"New value: +"Max transactions to return (default: 20, max: 25). With include_inputs or include_outputs and response_format \"full\", a page near the maximum can exceed the 50,000-byte response budget; the response_too_large error then names the limit to retry with."
removedOutput schema / properties / _app / additionalProperties
Removed value: -{}
changedOutput schema / properties / _app / description
Previous value: -"SQD Explorer identity and honest host-render state."New value: +"SQD Explorer identity and host-render state."
removedOutput schema / properties / _app / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _app / type
Removed value: -"object"
changedOutput schema / properties / _coverage / description
Previous value: -"Completeness of the requested window and result set."New value: +"Window and result completeness."
removedOutput schema / properties / _evidence / additionalProperties
Removed value: -{}
changedOutput schema / properties / _evidence / description
Previous value: -"Replayable arguments, exact-data digest, row count, and completeness receipt."New value: +"Replayable arguments, digest, row count, and receipt."
removedOutput schema / properties / _evidence / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _evidence / type
Removed value: -"object"
removedOutput schema / properties / _execution / additionalProperties
Removed value: -{}
removedOutput schema / properties / _execution / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _execution / type
Removed value: -"object"
changedOutput schema / properties / _freshness / description
Previous value: -"Freshness and finality information for the returned data."New value: +"Freshness and finality."
changedOutput schema / properties / _llm / description
Previous value: -"Hints that help an AI client locate the primary evidence."New value: +"Hints to locate the primary evidence."
removedOutput schema / properties / _meta / additionalProperties
Removed value: -{}
changedOutput schema / properties / _meta / description
Previous value: -"Network, block range, timing, and row-count metadata."New value: +"Network, block range, timing, and row counts."
removedOutput schema / properties / _meta / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _meta / type
Removed value: -"object"
changedOutput schema / properties / _notice / description
Previous value: -"Important limitation or truncation notice."New value: +"Limitation or truncation notice."
changedOutput schema / properties / _notices / description
Previous value: -"Important limitations or truncation notices."New value: +"Limitation or truncation notices."
changedOutput schema / properties / _ordering / description
Previous value: -"Ordering guarantees for the returned data."New value: +"Ordering guarantees."
removedOutput schema / properties / _pagination / additionalProperties
Removed value: -{}
changedOutput schema / properties / _pagination / description
Previous value: -"Pagination state and an optional continuation cursor."New value: +"Pagination state and next_cursor."
removedOutput schema / properties / _pagination / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _pagination / type
Removed value: -"object"
changedOutput schema / properties / _server / description
Previous value: -"Observable SQD server identity and exact release version."New value: +"SQD server name, exact version, and git commit."
addedOutput schema / properties / _server / properties / commit
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / _server / required
Previous value: -[
- "name",
- "version"
-]New value: +[
+ "name",
+ "version",
+ "commit"
+]
changedOutput schema / properties / _summary / description
Previous value: -"Human-readable summary of the result."New value: +"Human-readable summary."
removedOutput schema / properties / _tool_contract / additionalProperties
Removed value: -{}
changedOutput schema / properties / _tool_contract / description
Previous value: -"Tool identity, intent, and supported blockchain families."New value: +"Tool identity, intent, and chain families."
removedOutput schema / properties / _tool_contract / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / _tool_contract / type
Removed value: -"object"
changedOutput schema / properties / _ui / description
Previous value: -"Optional chart, table, and follow-up presentation metadata."New value: +"Chart, table, and follow-up presentation metadata."
changedOutput schema / properties / answer / description
Previous value: -"Concise answer grounded in the returned blockchain data."New value: +"Answer grounded in the returned data."
removedOutput schema / properties / display / additionalProperties
Removed value: -{}
changedOutput schema / properties / display / description
Previous value: -"Plain-language labels for presenting the result."New value: +"Labels for presenting the result."
removedOutput schema / properties / display / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / display / type
Removed value: -"object"
changedOutput schema / properties / error / description
Previous value: -"Structured failure details when the tool cannot complete the request."New value: +"Structured failure details."
removedOutput schema / properties / investigation / additionalProperties
Removed value: -{}
changedOutput schema / properties / investigation / description
Previous value: -"Evidence paths, useful pivots, and result limitations."New value: +"Evidence paths, pivots, and limitations."
removedOutput schema / properties / investigation / propertyNames
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / investigation / type
Removed value: -"object"
changedOutput schema / properties / items / description
Previous value: -"Primary result rows when the tool returns a list."New value: +"Primary rows for list results."
removedOutput schema / properties / next_steps / additionalProperties
Removed value: -{}
removedOutput schema / properties / next_steps / properties
Removed value: -{
- "actions": {
- "items": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "type": "array"
- },
- "continuation": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "custom_data": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- }
-}
removedOutput schema / properties / next_steps / required
Removed value: -[
- "actions"
-]
removedOutput schema / properties / next_steps / type
Removed value: -"object"
changedOutput schema / properties / pipes_handoff / description
Previous value: -"Optional SQD Pipes guidance for custom data needs."New value: +"SQD Pipes guidance for custom data needs."
changedOutput schema / properties / value / description
Previous value: -"Primary result when the tool returns a scalar value."New value: +"Primary scalar result."