Skip to main content
Glama

describe_image

Describe images by providing a local file path. Returns detailed text explanations for common image formats, enabling understanding of visual content.

Instructions

理解并描述图片内容。传入本地图片文件绝对路径,返回对该图片的详细文字描述。当用户让你查看、理解、分析或描述任何图片时,你必须调用此工具。支持 PNG、JPG、JPEG、GIF、WebP、BMP 等常见图片格式。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNo
image_pathYes
max_tokensNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that it returns a text description and supports common image formats, but it does not mention potential failure modes, side-effect-free nature, or behavior with invalid paths. For a simple read-only tool this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with three sentences covering purpose, requirement, usage trigger, and supported formats. No redundant information; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core functionality, input requirement, formats, and when to use. With an output schema present, return value details are handled. However, optional parameters (prompt, max_tokens) are not explained, which is a minor gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It explains that image_path must be an absolute local path and enumerates supported formats, but it fails to explain the `prompt` and `max_tokens` parameters, leaving their semantics unclear despite their names being suggestive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool understands and describes image content, returns detailed text, and specifies when to call it (when user asks to view/understand/analyze/describe any image). This clearly distinguishes it from the sibling tool vision_ping.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly instructs to use this tool whenever the user asks to view, understand, analyze, or describe any image, and specifies that the input must be an absolute local file path. This provides clear usage context, though it doesn't mention exclusions for non-local or URL-based images.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rongtianjie/vision_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server