Skip to main content
Glama
snow930

Vision-Multi MCP Server

by snow930

分析图片

analyze_image
Read-only

Analyze images using vision models by providing a local path or URL and an optional question. Switch providers or override models to control the analysis backend.

Instructions

使用视觉大模型分析图片内容。传入本地图片文件路径或 http(s) 图片 URL,可附带问题。可用 provider 参数手动切换识别后端(用 list_providers 查看),可用 model 参数覆盖该后端的默认模型。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes本地图片文件路径或 http(s) 图片 URL
modelNo模型名,覆盖所选后端的默认模型
promptNo要模型回答的问题,默认:请详细描述这张图片的内容
providerNo后端 id(如 dashscope / modelscope),不传用默认后端
Behavior4/5

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

With readOnlyHint=true and destructiveHint=false already covering safety, the description adds useful behavioral details: supported input forms (local path/URL), optional prompt, and provider/model overrides. It does not describe the response format or error behavior, but annotations cover the safety profile.

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 two sentences, front-loaded with the core purpose and then compactly covering the optional parameters. No redundant or extraneous information.

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?

For a read-only analysis tool with a complete parameter schema and safety annotations, the description covers the main usage aspects: input source, optional question, and provider/model configuration. It references list_providers for backend selection. A brief note on the output format would improve it, but it is sufficiently complete for an agent to invoke it correctly.

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?

All four parameters are fully described in the schema (100% coverage), and the description largely restates the schema's descriptions (e.g., image path/URL, provider switch, model override). It adds a minor reference to list_providers for discovering backend IDs, but no significant new semantics.

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 analyzes image content using a vision model, specifying the verb and resource. It is clearly distinct from the sibling tool list_providers, which only lists backends.

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 clear usage context: pass a local path or URL, optionally with a question, and the ability to switch provider/model. It references list_providers for backend discovery, but does not explicitly state when not to use the tool or enumerate alternatives beyond that.

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/snow930/reasonix-vision-multi'

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