get_changes
ActiveTool of SimpleFunctions
declared in 1.0.0
Market change events since a timestamp: new contracts, price moves, removed contracts. Used by the live feed and agent context refreshers.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"q": {
"type": "string",
"description": "Keyword filter"
},
"type": {
"enum": [
"new_contract",
"price_move",
"removed_contract"
],
"type": "string",
"description": "Change type"
},
"since": {
"type": "string",
"description": "ISO timestamp lower bound"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries