| veo_list_modelsA | List all available Veo models and their capabilities. Shows all available model versions with their features, supported actions,
and image input rules. Use this to understand which model to choose
for your video generation.
Model comparison:
- veo2/veo2-fast: Standard models, 1 image (first frame)
- veo3/veo3-fast: Improved quality, 1-3 images supported
- veo31/veo31-fast: Latest models, 1-3 images supported
- veo31-fast-ingredients: Multi-image fusion mode (ingredients2video action)
Returns:
Table of all models with their capabilities and image rules.
|
| veo_list_actionsA | List all available Veo 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 Veo MCP.
Returns:
Categorized list of all actions and their corresponding tools.
|
| veo_get_prompt_guideA | Get guidance on writing effective prompts for Veo video generation. Shows how to structure prompts for best video generation results.
Following these tips helps Veo understand your vision and generate
more accurate and higher quality videos.
Returns:
Complete guide with prompt structure, examples, and tips.
|
| veo_get_taskA | Query the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting
video URLs and metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve video URLs from a previous generation
- You want to get the full details of a generated video
Task states:
- 'processing': Generation is still in progress
- 'succeeded': Generation finished successfully
- 'failed': Generation failed (check error message)
Returns:
Task status and generated video information including URLs and state.
|
| veo_get_tasks_batchA | Query multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request.
More efficient than calling veo_get_task multiple times.
Use this when:
- You have multiple pending generations to check
- You want to get status of several videos at once
- You're tracking a batch of generations
Returns:
Status and video information for all queried tasks.
|
| veo_text_to_videoA | Generate AI video from a text prompt using Veo. This creates a video from scratch based on your text description. Veo
will interpret your prompt and generate a matching video clip.
Use this when:
- You want to create a video from a text description
- You don't have a reference image to use
- You want maximum creative freedom for Veo
For video generation starting from an image, use veo_image_to_video instead.
Returns:
Task ID and generated video information including URLs and state.
|
| veo_image_to_videoA | Generate AI video from one or more reference images using Veo. This creates a video using your image(s) as reference frames. The video
will animate from/between your provided images according to the prompt.
Image modes:
- 1 image: First-frame mode - the video starts from your image
- 2-3 images: First-last frame mode - video interpolates between images
- veo31-fast-ingredients model: Multi-image fusion - blends elements from all images
Use this when:
- You have a specific image you want to animate
- You want consistent visual style from a reference
- You need to create a video transition between two images
For video generation from text only, use veo_text_to_video instead.
Returns:
Task ID and generated video information including URLs and state.
|
| veo_get_1080pA | Get the 1080p high-resolution version of a generated video. By default, Veo generates videos at a lower resolution for faster processing.
Use this tool to get the full 1080p version of a completed video.
Use this when:
- You need a higher resolution version for production use
- The initial video generation is complete and you want to upscale
- You need a clearer, more detailed video output
Note: The video must be in 'succeeded' state before requesting 1080p version.
Returns:
Task ID and the 1080p video information including the new video URL.
|