Skip to main content
Glama

minimax_generate_video_from_audio

Generate a video guided by reference audio using MiniMax H3. Provide audio URLs, optional prompt or reference images, and set ratio and duration to create a customized clip.

Instructions

Generate a MiniMax H3 video guided by reference audio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoMiniMax H3 model name.minimax-h3
ratioNoOutput aspect ratio: 16:9 or 9:16.16:9
promptNoOptional scene, motion, camera, and style guidance.
durationNoInteger output duration from 4 to 15 seconds.
audio_urlsYesOne to three public reference audio URLs.
image_urlsNoOptional one to nine public reference image URLs.
callback_urlNoOptional public webhook URL for the final result.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It omits any mention of async processing, callback/polling mechanisms, rate limits, or output handling. This is a significant gap for a task-based API.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no fluff, which is concise. However, it is arguably underspecified for the tool's complexity, but that shortcoming is not a conciseness issue.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema exists and the input schema is fully described, the description omits key workflow details like whether the call is asynchronous, how results are retrieved, and how the callback URL is used. It is essentially just a label for the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for all 7 parameters, so the baseline is 3. The description adds no additional meaning beyond what the schema already provides.

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 uses a specific verb 'Generate' and resource 'MiniMax H3 video', and clearly distinguishes it from sibling tools by specifying 'guided by reference audio'. It is unambiguous about the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when the user has reference audio, but it does not explicitly state when to use this tool over the text or image generation siblings. No exclusions or alternative names are given.

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/AceDataCloud/MinimaxMCP'

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