romaco_get_chart_context
Retrieve a compressed chart snapshot: last price, panes, indicators, drawings, alerts, and zoom. For full raw context including all candles, set acknowledgeHighTokenCost to true.
Instructions
Get a compressed snapshot of the romaco chart state: last price, pane list, indicator/drawing/alert counts, visible range, zoom, render backend. Cost: compressed by default (~1 KB). Set acknowledgeHighTokenCost:true to receive the raw chart context (≈80 KB including all visible candles, every drawing with its points, full indicator params, and capability registries). Only opt in to the raw payload when the user has explicitly asked for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acknowledgeHighTokenCost | No | WARNING: setting this true returns ~80 KB of raw chart state. Only opt in when the USER has explicitly asked for full chart state and accepts the token cost. Default (omit) returns a compressed feature summary. |