Skip to main content
Glama

midjourney_extend_video

Extend a previously generated video by providing a prompt to continue its motion or story, adding more frames to make the clip longer. Returns the task ID and new video URLs.

Instructions

Extend an existing Midjourney video to make it longer.

This allows you to continue a previously generated video by adding more
frames based on your prompt description.

Use this when:
- You want to make a video longer
- You want to continue the story or motion from an existing video
- You need to add more content to a short clip

Returns:
    Task ID and extended video information including new video URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoGeneration mode.fast
asyncNoWhether to process the request asynchronously.
promptYesDescription for the video extension. This guides how the video should continue.
video_idYesID of the video to extend. This is the 'video_id' field from a previous video generation result.
resolutionNoOptional video resolution. '720p' or '480p'.
video_indexNoIndex of the video to extend from the video_urls array. 0-indexed, default is 0 (first video).
callback_urlNoWebhook callback URL for asynchronous notifications. When provided, the API will call this URL when the video extension is complete.
end_image_urlNoOptional URL of an image to use as the final frame of the extended video.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.1.10
    • addedInput schema / properties / async
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Whether to process the request asynchronously.",
      +  "title": "Async"
      +}
  2. Changed1 schema field changedv0.1.8
    • addedInput schema / properties / resolution
      Added value: +{
      +  "anyOf": [
      +    {
      +      "enum": [
      +        "480p",
      +        "720p"
      +      ],
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional video resolution. '720p' or '480p'.",
      +  "title": "Resolution"
      +}
  3. Addedv0.1.5
  4. Removedv0.1.4
  5. Changed3 schema fields changedv0.1.1
    • addedInput schema / properties / callback_url
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Webhook callback URL for asynchronous notifications. When provided, the API will call this URL when the video extension is complete.",
      +  "title": "Callback Url"
      +}
    • addedInput schema / properties / end_image_url
      Added value: +{
      +  "default": "",
      +  "description": "Optional URL of an image to use as the final frame of the extended video.",
      +  "title": "End Image Url",
      +  "type": "string"
      +}
    • changedInput schema / properties / mode / enum
      Previous value: -[
      -  "fast",
      -  "relax",
      -  "turbo"
      -]New value: +[
      +  "fast",
      +  "turbo"
      +]
  6. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses that this is an extension operation based on a prompt and that it returns a Task ID plus extended video information. However, it does not describe the asynchronous workflow, whether a new video is created while the original remains unchanged, or any rate/cost implications. It provides moderate transparency but leaves important behavioral details to the schema or the agent's inference.

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 well-structured with a clear opening statement, a concise 'Use this when' section, and a returns section. It is front-loaded with the core purpose and avoids excessive detail. Minor redundancy exists between 'make a video longer' and 'add more content to a short clip', but overall it is efficient and scannable.

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

Completeness4/5

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

For a moderately complex tool with 8 parameters, the description covers purpose, usage scenarios, and return value. The output schema and parameter schemas handle details like callback_url and async behavior. The description does not explain the full async task lifecycle, but mentioning Task ID and having get_task/get_tasks_batch as siblings makes the context reasonably complete for an agent.

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?

Schema description coverage is 100%, and the schema already explains all parameters clearly, including video_id, prompt, video_index, resolution, and callback_url. The description adds only general context about continuing a video based on a prompt description, which maps loosely to parameters but does not add meaningful meaning beyond the schema. Baseline 3 is appropriate.

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 clearly states the specific action ('extend an existing Midjourney video'), the resource (existing video), and the outcome (make it longer by adding frames). It also distinguishes this from generating a new video by emphasizing continuation of a previously generated result, so an agent can separate it from siblings like midjourney_generate_video.

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

Usage Guidelines4/5

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

The description provides an explicit 'Use this when' list covering the main use cases: making a video longer, continuing story/motion, and adding content to a short clip. It does not explicitly state when not to use it or name alternative tools, but the context is clear enough to guide selection away from generation-focused siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/MidjourneyMCP'

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