read_preview_image
View a rendered preview image from the workspace previews directory. Supply the image path or filename to see the preview directly, bypassing the need to read the PNG file yourself.
Instructions
Return a rendered preview as an image so it can be looked at directly.
Use this when you cannot read the PNG from disk yourself; otherwise reading
image_path with your own file tool is cheaper. Only reads from the
workspace previews directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Absolute path returned by render_preview, or just the filename of a file in workspace/previews |