Skip to main content
Glama

look_at_image

Analyze an image by providing its file path or URL to obtain a detailed textual description or answer specific questions about its content.

Instructions

【必须调用】理解一张图片的内容并返回文字描述。 当用户上传图片、粘贴截图、或提到图片文件路径时,必须调用本工具, 不要因为自己无法直接看图而拒绝或说"看不到"。

Args: image: 图片的本地文件绝对路径(WorkBuddy 上传/粘贴的图片会保存为本地文件, 直接传入其路径,如 C:/Users/xxx/Pictures/1.png 或 D:/xxx/1.png), 也可以是 http(s) 图片 URL。 prompt: 你想让模型重点关注的问题;留空则给出结构化详细描述。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes
promptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It explains that the tool accepts local paths or URLs, returns a text description, and that the prompt parameter focuses attention. It does not cover error cases or edge limitations, but provides solid transparency for a vision interpretation tool.

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 front-loaded with a mandatory-call marker and purpose, then dives into clear parameter explanations. Every sentence adds value, and the structure is easy to scan.

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 use cases, parameter semantics, and behavioral expectations. It could be more complete by explicitly addressing sibling tool differentiation and error/limitation scenarios, but it is strong for a moderately simple tool with an output schema.

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

Parameters5/5

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

Schema coverage is 0%, and the description fully compensates. It explains the image parameter with absolute path examples and URL support, and describes the prompt parameter's default behavior. This goes well beyond the bare schema definition.

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's purpose: understand an image and return a text description. It distinguishes itself from the sibling extract_text_from_image by focusing on content understanding rather than text extraction, though it does not explicitly name the sibling.

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

Usage Guidelines4/5

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

The description gives explicit when-to-use guidance: when the user uploads/pastes an image or mentions a file path, and even instructs the agent not to refuse. However, it lacks when-not-to-use guidance or explicit mention of the alternative extract_text_from_image.

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

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