Skip to main content
Glama
ganyu123456

mcp-multivision-server

by ganyu123456

vision_analyze_video

Analyze video content using a cloud vision model. Send a video URL or local file to understand events, actions, or scenes with time-ordered descriptions.

Instructions

视频理解:将视频原生交给云端多模态大模型(如 Qwen3.5,通过 DashScope video_url)进行理解——抽帧与时序对齐由模型服务端完成,本地不做任何处理。推荐传视频的 http(s) URL;本地文件会转 base64(受大小限制)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoYes视频输入,支持:http(s) URL(推荐) / 本地绝对路径 / file:// URL / base64(data URI)
promptNo自由指令/问题,如'这段视频里发生了什么?按时间顺序描述'
max_tokensNo可选,本次生成上限
temperatureNo可选,采样温度
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions server-side processing and local file size limits but fails to describe the return value format, error handling, authentication, or rate limits, leaving significant gaps.

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 extremely concise, using two sentences to convey the core purpose, process, and recommendations. Every sentence provides essential information without redundancy.

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

Completeness2/5

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

Given the complexity of video analysis, missing annotations, and no output schema, the description should cover return values, error states, and limitations. It only partially addresses input handling and omits output and behavioral details, making it incomplete.

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?

With 100% schema description coverage, baseline is 3. The description adds value by recommending http(s) URLs and explaining that local files are base64-encoded with size limits, going beyond the schema's parameter descriptions.

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 performs video understanding by sending video to a cloud multimodal model. It specifies that frame extraction and temporal alignment are handled server-side, distinguishing it from sibling tools like vision_analyze_image which targets images.

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 recommends using http(s) URLs and notes that local files are base64-encoded with size limits. However, it does not explicitly state when to use this tool versus alternatives (e.g., vision_analyze_image) or when not to use it, providing only partial usage guidance.

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/ganyu123456/mcp-multivision-server'

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