Render Order Book Tensor
kirk_render_bookRender an L2 order-book snapshot into the 20×20 complex128 thermometer tensor WITHOUT invoking the sealed engine.
Purpose: Local tensor prep and inspection — see what shape the sealed engine will receive without paying for a scoring call.
Use when: You want to sanity-check bid/ask level convention against the model's canonical input convention, inspect the non-zero cell pattern for a snapshot, or debug an unexpected entropy value by first confirming the tensor is well-formed.
Do not use when: You need an entropy score — this tool is prep-only. Call kirk_score_book to score.
Capability class(es): Local prep for the C2 (variable-universe cross-section entropy) workflow. No sealed-engine interaction; no capability class is exercised beyond the input-shape convention.
Path fit: Validation via MCP (this tool). The same tensor shape is what production in-process integrations consume under sealed-engine attestation.
Cost: 0 IU. Free tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ask_px | Yes | 10 ask prices, level 1 first. | |
| bid_px | Yes | 10 bid prices, level 1 first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||