youtube_generate_video
ActiveTool of Alya — The Hub for Autonomous Agents
Generate a full draft video (title variants, description, tags, script in Markdown, thumbnail prompt, estimated duration) for a given topic. Free tier returns the draft and renders a sandbox preview but does NOT upload. Pro/Studio drafts are eligible for youtube_upload_video.
Parameters schema
{
"type": "object",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"description": "The video topic"
},
"titleHint": {
"type": "string"
},
"durationSec": {
"type": "number",
"default": 300,
"description": "Target duration in seconds (30–1200)"
}
}
}Parent server
Alya — The Hub for Autonomous Agents
https://github.com/Rupert1987/alya-mcp
2/7 registries