youtube_update_video
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Update title, description, privacy, or tags on a YouTube video. Costs 1600 quota units. Only fields provided are changed.
Parameters schema
{
"type": "object",
"required": [
"video_id"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "New tags list. Omit to keep current."
},
"title": {
"type": "string",
"description": "New title (max 100 chars). Omit to keep current."
},
"privacy": {
"enum": [
"private",
"unlisted",
"public"
],
"type": "string",
"description": "'private', 'unlisted', or 'public'. Omit to keep current."
},
"video_id": {
"type": "string",
"description": "Bare videoId OR 'youtube:video:<id>'."
},
"description": {
"type": "string",
"description": "New description (max 5000 chars). Omit to keep current."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries