get_screenshot
Capture the current 3D viewport as a base64-encoded PNG image for visual inspection of model state, with configurable width and height dimensions.
Instructions
Capture the current 3D viewport as a base64-encoded PNG image.
Returns the image as a base64 string along with dimensions. Useful for visual inspection of the model state.
Args: width: Image width in pixels. height: Image height in pixels.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No |