Skip to main content
Glama

describe_image

Describe a local image's content or answer questions about it by providing its path and an optional prompt.

Instructions

查看本地图片并描述内容或回答问题。image_path: 本地图片路径;prompt: 可选的问题或指令。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNo请详细描述这张图片的内容
image_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic operation (view and describe), with no mention of limitations, error handling, or side effects. The description does not go beyond the obvious purpose to add meaningful behavioral context.

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 a single, front-loaded sentence that states the purpose and immediately explains the parameters. Every word earns its place, making it highly efficient and easy to parse.

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

Completeness3/5

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

Given the tool's simplicity and the presence of an output schema, the description covers the core purpose and parameters. However, it lacks usage guidance and behavioral caveats (e.g., supported image formats, failure modes), so it is adequate but not fully complete.

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

Parameters4/5

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

The description explicitly explains both parameters: 'image_path: 本地图片路径' and 'prompt: 可选的问题或指令'. This adds meaningful semantic information beyond the schema's bare property names and types, and the schema has 0% description coverage, so this compensation is valuable.

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

Purpose4/5

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

The description clearly states the tool views a local image and describes content or answers questions. It identifies the resource (local image) and the action (describe/answer), but does not explicitly differentiate from the sibling tool extract_text, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the sibling extract_text. It does not mention any alternative or exclusion criteria, leaving the agent to infer usage from the basic functionality.

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/1710782766/llm_vision'

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