changedInput schema / properties / duration / description
Previous value: -"Total time period to analyze. Defaults to \"6h\" for interactive use. Explicit longer windows like \"24h\" or \"7d\" are supported but can take longer. Accepts compact durations like \"30m\" or natural phrases like \"past 30 minutes\"."New value: +"Total time period to analyze. Defaults to \"6h\" for interactive use. The bound is in blocks, not time: this tool reads every block in the window and stops at 12,000, so \"24h\" is fine on Bitcoin or Ethereum and refused on a 2-second chain like Base (43,200 blocks). A window over the bound is refused at once and the error names a duration that fits. Accepts compact durations like \"30m\" or natural phrases like \"past 30 minutes\"."
changedInput schema / properties / metric / description
Previous value: -"Metric to aggregate over time"New value: +"Metric to aggregate over time. Per chain family: evm: transaction_count, transactions_per_block, avg_gas_price, gas_used, block_utilization, unique_addresses; solana: transaction_count, unique_addresses, tps, avg_fee, success_rate, slots_per_hour; bitcoin: transaction_count, unique_addresses, fees_btc, block_size_bytes; hyperliquid: volume, fill_count, unique_traders. Others are refused."
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."