Skip to main content
Glama
huikku

pixmax-mcp

by huikku

Generate a video

generate_video

Generate videos from text or image prompts with Pixmax models; control keyframes with start and end frames, and add motion or lip-sync via reference videos and audio.

Instructions

Generate a video with a Pixmax model (Kling V3/O1/2.6, Veo 3.1, Hailuo, Wan, PixVerse, Vidu, Seedance). Pass an image (path or URL) for image-to-video, plus last_frame for start+end keyframe control (the model interpolates between them — Seedance 2 and Hailuo). Seedance 2 (PIXDANCE_2 / _FAST / _MINI) additionally supports multimodal references — reference_videos (borrow motion/style from a clip) and reference_audio (drive speech/lip-sync); audio must be paired with an image or video reference. Other models take images only. Note: Veo 3.1 runs 8s; Hailuo runs 6s or 10s. Video can take a few minutes; set wait=false to get a task id and poll with get_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoDefault true. false = return a task id immediately (poll with get_task)
countNoNumber of clips (billed linearly)
imageNoLocal path or URL for image-to-video (the START / first frame)
modelYesModel code or name, e.g. "KLING_V3" or "Veo 3.1"
styleNoVisual-language suffix for consistency across clips
promptYes
save_toNoDirectory to save the .mp4 — Pixmax URLs expire
durationNoSeconds (model-dependent; Veo=8, Hailuo=6|10)
last_frameNoEND frame (path or URL) — with `image` this becomes start+end keyframe control and the model interpolates between them. Known-supported on Seedance 2 and Hailuo. Requires `image`
resolutionNoe.g. 480P, 720P, 1080P. Hailuo forces 768P (720P is illegal there)
refer_modelNoOverride the reference mode, e.g. "textToVideo", "imageToVideo", "imageRefer" (Vidu Q3 Mix requires imageRefer)
aspect_ratioNoe.g. 16:9, 9:16
include_audioNo
reference_audioNoSeedance 2 only — reference audio (paths or URLs) to drive speech/lip-sync. MUST be paired with a reference image or video
reference_imagesNoMultiple reference images for i2v / reference-to-video (first = primary frame); rich objects add role/strength/note guidance
reference_videosNoSeedance 2 only — reference video(s) (paths or URLs) to borrow motion/style/look from. Switches the model into referToVideo mode
Behavior4/5

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

With no annotations, the description carries full burden. It discloses async behavior (wait=false returns task id), duration constraints (8s, 6s/10s), and model-specific features. Missing details on rate limits, error responses, or cost implications, but key behaviors are well covered.

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 lengthy but front-loaded with main purpose and model list. Every sentence adds value: model scope, image-to-video, multimodal options, duration, async. Could be slightly more concise, but structure is logical and information-dense.

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

Completeness5/5

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

Given 16 parameters, no output schema, and no annotations, the description covers all crucial aspects: model support, image-to-video, keyframe control, multimodal references, async behavior, model-specific durations. Missing error handling or output format, but overall highly complete for a complex tool.

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

Parameters5/5

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

Schema coverage is 88%, but description adds significant meaning beyond schema: explains image+last_frame as start+end keyframe interpolation, Seedance 2 multimodal references, wait parameter async behavior, and resolution constraints. This substantially aids correct parameter usage.

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?

Clearly states it generates a video with a Pixmax model, lists multiple supported models, and distinguishes from sibling tools like generate_image and generate_audio. The verb 'generate' plus resource 'video' with specific model context makes the purpose unmistakable.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use image, last_frame, reference_videos, reference_audio, and wait parameters. Differentiates between Seedance 2 multimodal capabilities and other models. Includes duration notes for Veo and Hailuo. No explicit 'when not to use', but the level of detail compensates.

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/huikku/pixmax-mcp'

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