understand_image
Analyze images by providing a text prompt to extract descriptions, details, or information from local files or URLs. Supports JPEG, PNG, and WebP.
Instructions
You MUST use this tool whenever you need to analyze, describe, or extract information from an image.
An LLM-powered vision tool that can analyze and interpret image content from local files or URLs based on your instructions. Only JPEG, PNG, and WebP formats are supported.
Args: prompt (str): A text prompt describing what you want to analyze or extract from the image. image_source (str): The location of the image to analyze. - HTTP/HTTPS URL: "https://example.com/image.jpg" - Local file path (relative or absolute) - If path starts with @, strip the @ prefix before passing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | A text prompt describing what you want to analyze or extract from the image. | |
| image_source | Yes | The location of the image to analyze (URL or local file path). |