Skip to main content
Glama
dehuadong

Doubao Vision MCP Server

by dehuadong

识别图片

recognize_image
Read-only

Recognize image content by analyzing local files or URLs with customizable prompts. Extract objects, text, and scene details.

Instructions

使用豆包视觉模型(doubao-seed-2.0-pro)识别图片内容。支持本地绝对路径和网络 URL。返回模型的文字描述,可用于物体识别、文字提取、场景理解等。不支持视频或非图片文件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes图片的本地绝对路径(如 /home/user/photo.jpg)或网络 URL(如 https://example.com/cat.png)
promptNo对图片的具体提问,如 '图中有什么物体'、'这张图的主色调是什么'。不填则仅使用默认分析框架进行通用识别。填写后会自动拼接到默认分析提示词末尾,引导模型按「主要回应→详细观察→上下文与分析→补充说明」结构输出。
Behavior4/5

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

Annotations already provide readOnlyHint and openWorldHint. The description adds specific behavioral details: the exact model used (doubao-seed-2.0-pro), that it requires absolute paths or URLs, and limitations (no video/non-images). This goes beyond annotations without contradiction.

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 concise (5 short sentences) with front-loaded purpose. Every sentence adds information: model, supported inputs, return, use cases, and limitations. No redundant or filler content.

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?

Given only 2 parameters with full schema coverage, no output schema, and annotations present, the description covers all key aspects: functionality, input formats, return, model, and limitations. It could mention output details (e.g., JSON structure) but is adequate for its simplicity.

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% with parameter descriptions. The tool description adds extra semantics for the 'prompt' parameter, explaining that leaving it blank uses a default analysis framework and that filling it appends to the prompt and guides output structure. This adds value beyond the schema alone.

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 uses a specific visual model to recognize image content. It specifies supported input types (local path and URL), return format (text description), and use cases. It also explicitly states what it does not support (video/non-image files), effectively distinguishing the tool even without siblings.

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

Usage Guidelines3/5

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

The description provides when-to-use context by listing use cases like object recognition and text extraction, and explicitly states non-support for video/files. However, it lacks explicit guidance on when to prefer this tool over alternatives, and there are no sibling tools to compare.

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/dehuadong/doubao-vision-mcp'

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