Skip to main content
Glama
jack4862

mimo-vision-mcp

Official
by jack4862

read_image_info

Validate image inputs to confirm they can be processed and return MIME type information for troubleshooting input issues.

Instructions

只校验图片输入是否可被识别(不调用 MiMo API),返回格式信息,用于排查图片输入问题。

Args: image: 图片的本地路径、http(s):// URL、file:// 或 data:image/...;base64,...。

Returns: 校验结果与图片 MIME 类型。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes

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 full burden. It discloses key behavioral traits: it only validates (read-only) and does not call MiMo API, indicating it's a lightweight, non-invasive operation. It also states the return type (validation result and MIME type), but omits potential error behavior or permissions.

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 highly concise and well-structured. It begins with a clear one-sentence summary, then provides organized Args and Returns sections. Every part earns its place without redundancy.

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?

For a simple validation tool with one parameter and an output schema, the description is complete. It explains the purpose, input format, and return concept. Since an output schema exists, detailed return fields are not required in the description.

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 schema description coverage is 0%, so the description must compensate. The Args section fully explains the 'image' parameter, enumerating accepted formats: local path, http(s):// URL, file://, or data:...;base64,... This adds complete meaning beyond the bare schema.

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's purpose: to validate whether an image input can be recognized and return format information, explicitly noting it does not call the MiMo API. This distinguishes it from sibling tools like describe_image and analyze_images, which likely perform deeper analysis.

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 provides a clear use case: for troubleshooting image input issues. It implies this is the diagnostic tool to use before attempting more complex operations, but it does not explicitly mention alternatives or state when not to use it.

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