analyze_image
Analyze an image from URL, file, or base64 with a natural language query. Get detailed AI analysis for object detection, scene description, and text extraction.
Instructions
Analyze an image using Kolosal Vision AI. Provide an image (URL or base64-encoded) and a description of what you want to know about it. The tool will return a detailed analysis based on your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | The image to analyze. Can be a URL (http:// or https://) that will be downloaded, a local file path, or base64-encoded image data. When the user references an image with @ (e.g., @path/to/image.png), use the resolved file path directly. | |
| description | Yes | What you want to analyze or check in the image. Examples: 'What objects are in this image?', 'Describe the scene in detail', 'Extract any visible text', 'What is the main subject?' |