Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QWEN_MODELNoModel id (multimodal)qwen3.7-plus
DASHSCOPE_API_KEYYesBailian API key
DASHSCOPE_BASE_URLNoOpenAI-compatible endpointhttps://dashscope.aliyuncs.com/compatible-mode/v1
QWEN_REQUEST_TIMEOUTNoPer-request timeout in seconds300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_videoB

Analyze a video via URL using Qwen3.7-Plus (multimodal). The model reads the video natively — no client-side frame extraction. URL must be publicly reachable (http/https).

analyze_imageA

Analyze an image via URL using Qwen3.7-Plus (multimodal). URL must be publicly reachable (http/https).

summarize_videoA

Generate a summary of a video. Styles: brief (1-2 sentences), standard (1-2 paragraphs), detailed (comprehensive timeline).

extract_video_textA

Extract and transcribe visible text or speech from a video (on-screen text, captions, speech, slide text).

video_qaB

Ask a specific question about a video's content.

compare_video_framesB

Analyze changes and progression across a video (before/after, movement, progression of events).

check_endpoint_statusA

Check the configured Bailian endpoint, model, and timeout. The API key is redacted in the output.

list_capabilitiesA

List the capabilities of this MCP server.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/sommio/qwen-omni-mcp'

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