describe_image
Describe any image (screenshots, UI designs, error captures, photos, charts) with optional custom prompts. Supports local paths, URLs, file://, and base64 data for textual descriptions.
Instructions
识别单张图片并返回文字描述。
适用于截图、UI 图、设计稿、报错图、照片、图表等任意图片。当用户让你"看/读/识别" 一张图片、截图或报错时,调用本工具。请勿用文件读取工具直接读图片(纯文本模型不支持)。
Args: image: 图片的本地路径、http(s):// URL、file:// 或 data:image/...;base64,...。 prompt: 具体要提取什么,越具体越好;留空返回通用描述。
Returns: 图片的文字描述。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| prompt | No | 请详细描述这张图片的内容,包括主体、颜色、可见文字、布局结构等。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |