Skip to main content
Glama
ChanthMiao

MiMo Multimodal Understanding MCP Server

by ChanthMiao

understand_video

Analyze and summarize video content using a multimodal AI model. Provide prompts to describe actions, objects, or scenes in MP4, MOV, AVI, or WMV videos.

Instructions

调用小米 MIMO 多模态模型理解视频。

⚠️ 如果你本身就是 mimo-v2.5 模型,禁止调用此工具!直接使用你的内建多模态能力处理视频即可,无需通过外部 API 重复调用同款模型。

何时使用:当需要分析、描述、总结视频内容时使用。 不要用于:读取视频文件元数据或源码,这些应使用其他工具。

Args: prompt: 视频理解任务描述,如"描述视频内容"、"总结视频要点"、"识别视频中的动作" video_url: 单个网络视频 URL video_path: 单个本地视频文件路径 video_urls: 多个网络视频 URL video_paths: 多个本地视频文件路径 fps: 每秒抽帧数,范围 [0.1, 10],默认 2。越高时序越精细 media_resolution: 视频帧分辨率档次,"default" 或 "max" system_prompt: 可选系统提示词,用于自定义模型行为 max_tokens: 最大输出长度 (默认 8192,最大 32768)

Returns: MIMO 模型返回的视频理解结果。

支持格式:MP4,MOV,AVI,WMV 大小限制:URL方式300MB,Base64方式50MB

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
promptYes
video_urlNo
max_tokensNo
video_pathNo
video_urlsNo
video_pathsNo
system_promptNo
media_resolutionNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses the model used, self-call restriction, supported formats, and size limits. However, it omits potential costs, latency, or authentication requirements, but overall provides sufficient transparency for a read operation.

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?

Moderately long but well-structured with sections for general info, warning, usage, args, returns, and constraints. Every sentence adds value, no 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?

Given the complexity (9 parameters, output schema exists), the description covers all parameters, return description, format support, size limits, and usage guidance. Output schema exists, so return details are sufficient. Comprehensive for the tool's purpose.

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?

Schema coverage is 0% (no parameter descriptions in schema), so description carries full burden. It explains every parameter in detail (prompt, video_url, video_path, fps, resolution, etc.) with examples, default values, and ranges, adding substantial meaning beyond the 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 calls the MIMO multimodal model to understand video, with examples of tasks like describing, summarizing, and recognizing actions. It distinguishes from sibling tools (understand_audio, understand_image) by focusing on video.

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?

Explicitly states when to use (analyzing, describing, summarizing video content) and when not to use (reading metadata or source code, which should use other tools). Also includes a critical self-call warning for the integrated model.

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/ChanthMiao/MiMo-Multimodal-Understanding-MCP'

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