wp_generate_video tool reference for media workflows
Writegenerates a video with AI using Google Veo or OpenAI Sora and saves it as a media attachment. It is asynchronous and can take several minutes.
Description
generates a video with AI using Google Veo or OpenAI Sora and saves it as a media attachment. It is asynchronous and can take several minutes.
What it is for
- Creating videos for content, ecommerce, or social channels.
- Automating multimedia from prompts.
Example use case
producing a product teaser.
Sample prompt
Generate a short promotional video for our new product launch and save it in the media library for review.
Sample response
{
"tool": "wp_generate_video",
"status": "ok",
"updated": true
}
What does wp_generate_video do?
generates a video with AI using Google Veo or OpenAI Sora and saves it as a media attachment. It is asynchronous and can take several minutes.
Does wp_generate_video modify the media library?
Yes. It can create, update, or delete media assets depending on the arguments.
Which capability is commonly required?
It usually runs under controls compatible with upload_files and the active MCP profile.
How should wp_generate_video be used safely?
Confirm target assets, review uploads before publication, and keep rollback-friendly workflows where possible.
What dependency should be confirmed first?
Multimedia provider configured
