Read Image
read_imageLoad a JPEG, PNG, or WebP from the workspace as native MCP image content for direct visual inspection in ChatGPT. For pixel-level detail, use image_info and crop/tile tools.
Instructions
Read a workspace-local JPEG, PNG, or WebP as native MCP image content. Safe default previews use a 1600 px longest side; values above 1600 up to 4096 are experimental in ChatGPT. For pixel-level detail, prefer image_info plus read_image_crop/read_image_tile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Image path relative to workspace root. Supported: .jpg, .jpeg, .png, .webp. Maximum input: 25 MiB. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| max_dimension | No | Preview longest-side dimension. Default: 1600. Values above 1600 are experimental and may be unstable in ChatGPT's MCP image path. | |
| return_original | No | Return original bytes when they fit within the 3 MiB output safety limit. Default: false. This bypasses safe pixel-dimension previewing and is experimental for large-dimension images. |