read_image
Read an image file from the filesystem and return it as base64-encoded ImageContent for LLM vision analysis. Supports PNG, JPEG, GIF, and WebP formats.
Instructions
Read an image from the filesystem and return it as base64-encoded ImageContent. Supported formats: PNG, JPEG, GIF, WebP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the image file |