Skip to main content
Glama
Marsvvv

deepseek-vision-mcp

by Marsvvv

analyze_image

Analyze images using a vision model to answer questions, perform OCR, and compare up to four pictures. Provide image paths or URLs to get textual analysis.

Instructions

使用视觉大模型(默认 deepseek-v4-flash)分析图片内容。当你(当前模型)本身不具备视觉能力、或需要理解图片/截图/图表/照片的内容、做 OCR 文字识别、对比多张图片时,必须调用本工具。images 为图片的本地绝对路径(如 C:\xx\screenshot.png)或 http(s) URL 数组(1~4 张,每张不超过 20MB,支持 png/jpg/jpeg/webp/gif);question 为需要视觉模型回答的问题。返回视觉模型的文字回答。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imagesYes图片的本地绝对路径或 http(s) URL 数组
questionYes需要视觉模型分析/回答的问题

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
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, and it does well: it discloses the underlying vision model (deepseek-v4-flash), accepted input forms (local paths or URLs), constraints (1–4 images, ≤20MB, specific formats), and the return type (text answer). It does not mention error handling or rate limits, but the core behavioral traits are transparent.

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 dense paragraph that front-loads the purpose, then provides usage conditions, then parameter details, and finally the return type. Every sentence carries information; it is slightly long but well-organized and free of fluff.

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 when to use, input constraints, parameter semantics, and return type, which is comprehensive for a tool of this simplicity with no output schema. It omits failure scenarios and exact formatting of the returned text, but nothing essential is missing 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.

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful value beyond the schema by explaining that 'images' can be local absolute paths or URLs, with size and format limits, and that 'question' is a question for the vision model. This is practical usage context that the schema alone does not convey.

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 states a specific verb ('analyze image content using a vision model') and a clear resource (images + question). It enumerates concrete use cases — understanding screenshots/charts/photos, OCR, comparing multiple images — which fully clarifies what the tool does. There are no sibling tools, so no differentiation is needed, and the purpose is unambiguous.

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

Usage Guidelines5/5

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

The description explicitly states when the tool must be used: whenever the current model lacks vision capability or needs to interpret image content, perform OCR, or compare images. This is a direct 'call this tool when...' instruction, giving the agent a clear decision rule even without sibling tools to distinguish from.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools