romaco_capture_snapshot
Capture the current chart as a base64 image to share, confirm placement, or feed a vision LLM. Requires explicit user opt-in due to high token cost.
Instructions
Capture the current chart as a base64 image for vision-enabled models. Cost: 300–800 KB per image (PNG, lossless) or 100–300 KB (JPEG). Gated. Set acknowledgeHighTokenCost:true to receive the image. Without it the tool returns an error explaining the cost. Only opt in when the USER explicitly asked for a visual snapshot — e.g. to share, to confirm placement, or to feed a vision LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format: png (default, lossless) or jpeg (smaller file). | |
| acknowledgeHighTokenCost | No | REQUIRED to receive the image. Setting this true commits to 300–800 KB base64 PNG (or 100–300 KB JPEG). Only opt in when the USER explicitly asked for a chart image and accepts the token cost. |