inspect_ticker
ActiveTool of SimpleFunctions
STEP 2 OF THE LOOP. Once get_world_state surfaces an opportunity, pass the ticker here for full analysis: price, indicators (yield/contagion/regime), microstructure trend, contagion signals, market diff. Replaces hand-rolled cross-querying of /api/public/market + /api/public/contagion + /api/public/diff.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"diff": {
"type": "boolean",
"description": "Include market diff vs prior window (default true)"
},
"depth": {
"type": "boolean",
"default": false,
"description": "Include live orderbook depth. Default false for cheaper cached agent sweeps."
},
"trend": {
"type": "boolean",
"description": "Include microstructure history (default true)"
},
"format": {
"enum": [
"markdown",
"json"
],
"type": "string",
"description": "Default markdown"
},
"ticker": {
"type": "string",
"description": "Market ticker, e.g. KXFEDDECISION-26DEC10-T0"
},
"contagion": {
"type": "boolean",
"description": "Include contagion signals (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries