Qwen3-VL Video Understanding MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLAXEL_MODEL | No | Model name | qwen-qwen3-vl-8b-instruct |
| BLAXEL_API_KEY | Yes | Your Blaxel API key | |
| BLAXEL_API_URL | No | Blaxel API URL | https://api.blaxel.ai/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_videoA | |
| analyze_imageA | |
| summarize_videoC | |
| video_qaB | |
| extract_video_textC | Extract text and transcribe speech from a video. |
| check_configurationC | Check the Blaxel API configuration. |
| list_capabilitiesB | List all server capabilities. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_server_info | Get server information. |
TDQS
Scored across 7 tools
The tools have overlapping purposes that could cause confusion. analyze_video, summarize_video, and video_qa all process videos with similar capabilities, while analyze_image stands alone for images. The descriptions help differentiate use cases, but an agent might struggle to choose between summarize_video and video_qa for general video queries.
Most tools follow a consistent verb_noun pattern (analyze_image, analyze_video, extract_video_text, summarize_video, video_qa). However, check_configuration and list_capabilities deviate slightly with different verb styles, though they remain readable and understandable.
With 7 tools, the count is well-scoped for a video understanding server. Each tool has a distinct role, covering image analysis, video analysis, configuration checks, text extraction, and capability listing, making the set comprehensive without being overwhelming.
The tool surface covers core video and image analysis tasks well, including configuration and capability checks. Minor gaps exist, such as no explicit tool for editing or modifying media, but agents can work around this with the provided analysis and summarization tools for typical use cases.