get_market_diff
ActiveTool of SimpleFunctions
declared in 1.0.0
Diff a market vs the prior window: price delta, volume delta, indicator drift. For "what changed in the last 6h?" questions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sort": {
"type": "string",
"description": "Sort field (e.g. priceDelta)"
},
"topic": {
"type": "string",
"description": "Topic keyword if no tickers"
},
"window": {
"type": "string",
"description": "Lookback (default 24h)"
},
"tickers": {
"type": "string",
"description": "Comma-separated tickers"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries