Skip to main content
Glama

ask_about_image

Ask specific questions about images and receive answers powered by multimodal AI. Supports image URLs, local paths, and base64 input.

Instructions

使用多模态大模型回答关于图片的具体问题。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoMessages API 格式的图片内容块
questionYes关于图片的具体问题
image_urlNo图片的 HTTP/HTTPS URL 地址
mime_typeNo当使用 image_base64 时,指定图片 MIME 类型,例如 image/png、image/jpeg
image_pathNo本地图片文件的绝对或相对路径
image_base64No图片的 base64 编码字符串(不包含 data URI 前缀)
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states the tool answers questions but omits crucial details such as supported image formats, input constraints, error behavior, or authentication requirements. This is insufficient for an agent to anticipate side effects or limitations.

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

Conciseness4/5

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

The description is a single, compact sentence with no fluff. It is appropriately sized for a simple tool, though it could benefit from additional context without becoming verbose. The structure is front-loaded with the core action and resource.

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

Completeness2/5

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

Given the tool's complexity (6 parameters, nested objects, multiple image input methods, no output schema, and sibling tools), the description is far too sparse. It does not explain how to choose between the various image inputs, what the output format looks like, or any usage context. The schema covers parameter details, but the description fails to provide the overarching behavioral and contextual information an agent needs.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond the schema; it simply restates the purpose. While the schema thoroughly documents each parameter, the description does not explain the semantic distinction between the multiple image input options (URL, path, base64, structured object), which would help the agent choose appropriately.

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 clearly states the tool uses a multimodal model to answer specific questions about images. This differentiates it from sibling tools like 'describe_image' (general description) and 'extract_image_text' (text extraction), making the purpose distinct and actionable.

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 siblings. It does not mention that it is suitable for specific, nuanced questions rather than general descriptions or text extraction, leaving the agent to infer usage from the name alone.

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/shen866/vision-bridge-mcp'

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