inspect_ticker
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Include market diff vs prior window (default true) | |
| depth | No | Include live orderbook depth. Default false for cheaper cached agent sweeps. | |
| trend | No | Include microstructure history (default true) | |
| format | No | Default markdown | |
| ticker | Yes | Market ticker, e.g. KXFEDDECISION-26DEC10-T0 | |
| contagion | No | Include contagion signals (default true) |