load_local_image
Load a PNG image from a local file path into the image cache, enabling further cropping at native resolution.
Instructions
Read a PNG from disk (e.g. the brief's reference drawing) into the image cache so you can crop_image into it at native resolution. Returns image_id + dimensions. Without this, the reference image lives only in the prompt as inline base64 — no way to zoom into a dimension callout. Use this ONCE per brief on the reference path you were given, then crop_image to read small text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | Yes | Filesystem path to a PNG readable by the MCP server. |