Skip to main content
Glama
jack4862

mimo-vision-mcp

Official
by jack4862

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

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?

No annotations are present, so the description carries the burden. It discloses supported image sources (local paths, URLs, file://, data URIs) and states that it returns a text description. It does not mention potential limitations or side effects, but for a simple read-only vision tool, this is mostly sufficient. A note about accuracy or model behavior could push it higher.

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 well-structured into purpose, usage cases, args, and returns. It is front-loaded with the core purpose, and every sentence adds value. The formatting uses clear paragraph breaks and a simple Args list, making it easy to scan.

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

Completeness5/5

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

Given the tool's simplicity (2 parameters, no annotations, output schema present), the description covers all necessary aspects: what it does, when to use it, parameter semantics, and return value. It is complete and self-contained.

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?

The description includes an Args section that explains image formats (本地路径, http(s)://, file://, data:image/...;base64,...) and prompt guidance ('越具体越好;留空返回通用描述'), adding significant value beyond the schema, which has zero descriptions for either parameter.

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 opens with '识别单张图片并返回文字描述' – a specific verb (识别) + resource (单张图片) + output (文字描述). It clearly distinguishes from siblings by emphasizing '单张' and '任意图片' coverage, making it unambiguous when this tool should be selected.

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?

It explicitly states when to use: '当用户让你"看/读/识别"一张图片...' and provides an exclusion: '请勿用文件读取工具直接读图片'. However, it does not name sibling alternatives like extract_text_from_image or analyze_images, so the distinction from those tools is implied rather than explicit.

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/jack4862/mimo-vision-mcp'

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