td_get_screenshot
Capture a screenshot of a TOP operator as a base64 image. Specify the operator path, output width, and image format.
Instructions
Get a screenshot of a TOP operator as base64 image.
Args: path: Path to a TOP operator width: Output width in pixels (default 640, height auto-scaled) format: Image format — "jpeg" (default, smaller) or "png"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| width | No | ||
| format | No | jpeg |