prepare_image
Prepares local image files for use with other tools by returning a short ID instead of a full base64 string, preventing display slowdowns during image transformations.
Instructions
RECOMMENDED: Prepare a local image file for use with other tools. Returns a short ID instead of the full base64 string, avoiding display slowdowns. Always use this instead of read_local_image for image transformation tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the image file | |
| max_size_kb | No | Maximum size in KB before warning (default: 800KB) |