Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINIMAX_API_KEYYesYour MiniMax open platform API key for authentication and billing.
MINIMAX_VIDEO_UANoCustom User-Agent string for API requests. Overrides the default 'MiniMaxCode' client identifier. Set to any non-empty value to customize.MiniMaxCode
MINIMAX_VIDEO_API_BASENoBase URL for the MiniMax video generation API. Defaults to https://api.minimax.cn for mainland China. For international users, set to https://api.minimaxi.comhttps://api.minimax.cn

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
submit_video_generationA

提交一个异步视频生成任务,立即返回 task_id。BYOK 版:直连官方 POST /v2/video_generation,按 API Key 计费(积分/余额),不走订阅额度。提交失败不要自动重试,如实报告错误。

query_video_generationA

查询一次视频任务状态(只读,不产生费用)。status=succeeded 时立即把视频下载到 output_file_path 并返回路径;签名 URL 约 9 小时有效。只在拿到 task_id 后调用,不要用重复 submit 代替查询。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: one submits an asynchronous generation job, the other queries its status and downloads the result. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow the same verb_noun pattern: submit_video_generation and query_video_generation. The naming is consistent and predictable.

Tool Count4/5

With only two tools, the set is minimal but appropriate for the narrow async video-generation workflow. Each tool is essential, though slightly thin compared to typical servers.

Completeness4/5

The core lifecycle of submit, query, and download is covered. Missing cancel or listing operations, but for the stated BYOK video-generation purpose the essential surface is present.

Maintenance

ActivityMaintained
ResponsivenessNo issues