analyze_image
Analyze a single image from a local path, URL, or data URL using specialized modes (OCR, document, chart, code) to provide image understanding to text-only agents.
Instructions
DO NOT CALL if you natively support vision and can access the supplied image directly. Call this MCP only when native vision is unavailable, the image source is inaccessible to your native vision capability, or the user explicitly requests this MCP or its configured provider.
Analyze one local image path, HTTP(S) image URL, or image data URL. This CLI-friendly single-image tool is the simplest entry point for mcporter and shell automation. Use understand_image for multiple images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | |
| image | Yes | ||
| detail | No | auto | |
| prompt | No | Analyze the supplied image. | |
| ascii_mode | No | auto | |
| max_tokens | No | ||
| system_prompt | No |