read_image
Fetch an image from an absolute file path and get its base64 content for direct display.
Instructions
Reads a specific image file and returns its content as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The absolute path to the image file to read. |