Skip to main content
Glama
156554395

image-video-generation-mcp

by 156554395

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGE_VIDEO_GENERATION_API_KEYYesAPI Key for BigModel AI platform
IMAGE_VIDEO_GENERATION_DEFAULT_IMAGE_MODELNoDefault image generation modelcogview-3-flash
IMAGE_VIDEO_GENERATION_DEFAULT_VIDEO_MODELNoDefault video generation modelcogvideox-flash

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageC

Generate images using BigModel CogView models

batch_generate_imagesB

批量生成多张图像,支持并行处理和批次管理

generate_videoB

Generate videos using BigModel CogVideoX models

query_video_resultC

Query the result of an asynchronous video generation task

wait_for_videoA

Wait for video generation to complete and return the result

configure_modelsC

Configure default models and settings

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation4/5

Tools are mostly distinct: two image generators (single vs batch) and two video result tools (query vs wait) are related but have clear differences. configure_models is separate. Some potential confusion between the image generation tools without careful reading.

Naming Consistency3/5

All names use snake_case but verbs vary: 'generate', 'batch_generate', 'configure', 'query', 'wait_for'. The prefix 'generate' is used in three tools but not uniformly. Inconsistent verb patterns reduce predictability.

Tool Count5/5

Six tools cover the core workflow of image and video generation, including configuration and asynchronous result retrieval. The count is well-scoped for this domain.

Completeness4/5

The tool set covers the main generation tasks (single/batch image, video) and includes async support and model configuration. Minor gaps like image variation or editing are not expected for a basic generation server.

Maintenance

ActivityInactive
ResponsivenessNo issues