start_video_editAction
Stages a natural-language instruction in the AI editing prompt box on this page, describing the edit the user wants performed on their video, image, or audio. Fills the input and focuses it; the user then attaches any media and starts the session themselves.
View tool JSON
{
"name": "start_video_edit",
"kind": "act",
"impl": "imperative",
"description": "Stages a natural-language instruction in the AI editing prompt box on this page, describing the edit the user wants performed on their video, image, or audio. Fills the input and focuses it; the user then attaches any media and starts the session themselves.",
"inputSchema": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "Natural-language description of the edit to perform, for example \"trim the silent parts and add English subtitles\" or \"make a 30-second highlight reel with upbeat music\".",
"maxLength": 25000
}
},
"required": [
"prompt"
]
}
}