youtube
YOUTUBE_LIST_CAPTION_TRACK
Retrieves a list of caption tracks for a YouTube video, returning an empty list if no captions exist or failing if the video ID is invalid or not found.
Remote youtube
Other tools also called YOUTUBE_LIST_CAPTION_TRACK?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"part": {
"type": "string",
"title": "Part",
"default": "snippet",
"examples": [
"snippet",
"id",
"id,snippet"
],
"description": "Specifies a comma-separated list of one or more caption resource parts that the API response will include. Valid parts are 'id' and 'snippet'."
},
"videoId": {
"type": "string",
"title": "Video Id",
"examples": [
"dQw4w9WgXcQ",
"L_jWHffIx5E"
],
"description": "The YouTube video ID for which the API should return caption tracks."
}
}
}