midjourney_list_actions
List all available Midjourney API actions and corresponding tools.
Reference guide for what each action does and which tool to use.
Helpful for understanding the full capabilities of the Midjourney MCP.
Returns:
Categorized list of all actions and their corresponding tools.
midjourney_get_prompt_guide
Get guidance on writing effective prompts for Midjourney.
Shows how to structure prompts and use parameters for best results.
Following this guide helps Midjourney understand your creative vision.
Returns:
Complete guide with prompt structure, parameters, and examples.
midjourney_list_transform_actions
List all available transformation actions for Midjourney images.
Reference guide for transform actions used with midjourney_transform tool.
Returns:
Detailed list of all transformation actions and when to use them.
midjourney_get_seed
Get the seed value of a previously generated Midjourney image.
The seed is a numeric value that controls the randomness of generation.
Using the same seed with the same prompt will produce similar results,
which is useful for reproducible generation or fine-tuning prompts.
Use this when:
- You want to reproduce a specific generation result
- You need the seed to use with --seed parameter in prompts
- You want to create variations with consistent base randomness
Returns:
The seed value for the specified image.
midjourney_get_task
Query the status and result of a Midjourney generation task.
Use this to check if a generation is complete and retrieve the resulting
image/video URLs and metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve URLs from a previous generation
- You want to get the full details of a generated image or video
- You used async callback and want to check results later
Returns:
Task status and generation result including URLs, dimensions, and available actions.
midjourney_get_tasks_batch
Query multiple Midjourney generation tasks at once.
Efficiently check the status of multiple tasks in a single request.
More efficient than calling midjourney_get_task multiple times.
Use this when:
- You have multiple pending generations to check
- You want to get status of several images/videos at once
- You're tracking a batch of generations
Returns:
Status and result information for all queried tasks.
midjourney_translate
Translate Chinese text to English for use as Midjourney prompts.
Midjourney works best with English prompts. This tool helps translate
Chinese descriptions to English, optimized for image generation.
Use this when:
- You have a Chinese description that needs translation
- You want to convert Chinese prompts to English
- You need English prompts for better Midjourney results
Returns:
Translated English text ready to use as a Midjourney prompt.
midjourney_generate_video
Generate a video from text prompt and reference image using Midjourney.
This creates an AI-generated video based on your description and a starting
frame image. You can optionally specify an ending frame for more control.
Use this when:
- You want to animate a still image
- You want to create short video clips from descriptions
- You need AI-generated video content
The generation process returns 4 video variations.
Returns:
Task ID and video information including cover image and video URLs.
midjourney_extend_video
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.