youtube
YOUTUBE_UPDATE_THUMBNAIL
Sets the custom thumbnail for a YouTube video using an image from thumbnailUrl; the authenticated user must have permission to edit the video.
Remote youtube
Other tools also called YOUTUBE_UPDATE_THUMBNAIL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"videoId": {
"type": "string",
"title": "Video Id",
"examples": [
"dQw4w9WgXcQ"
],
"description": "Identifier of the YouTube video for which to update the thumbnail."
},
"thumbnailUrl": {
"type": "string",
"title": "Thumbnail Url",
"format": "uri",
"examples": [
"https://example.com/thumbnail.jpg"
],
"minLength": 1,
"description": "Publicly accessible URL of the new thumbnail image. Must be JPG, GIF, or PNG; under 2MB. Recommended: 16:9 aspect ratio, 1280x720 resolution (minimum 640px width)."
}
}
}