This server allows AI language models to interact with YouTube content through a standardized interface, providing features such as video and channel information retrieval, transcript management, and playlist operations.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Get detailed information about a YouTube video. Required Parameters: videoId (string), Optional Parameters: parts (string[])
Search for videos on YouTube. Required Parameters: query (string), Optional Parameters: maxResults (number), order (string), publishedAfter (string), publishedBefore (string), channelId (string), uniqueChannels (boolean), channelMinSubscribers (number), channelMaxSubscribers (number), channelLastUploadAfter (string), channelLastUploadBefore (string), creatorOnly (boolean), sortBy (string)
Get the transcript of a YouTube video. Required Parameters: videoId (string), Optional Parameters: language (string)
Get information about a YouTube channel. Required Parameters: channelId (string)
Get information about multiple YouTube channels. Required Parameters: channelIds (string[]), Optional Parameters: parts (string[]), includeLatestUpload (boolean)
Search for YouTube channels by handle, name, or query. Required Parameters: query (string), Optional Parameters: maxResults (number), order (string), channelType (string), minSubscribers (number), maxSubscribers (number), lastUploadAfter (string), lastUploadBefore (string), creatorOnly (boolean), sortBy (string)
Find creator channels from video mentions with channel-size and activity filters. Required Parameters: query (string), Optional Parameters: maxResults (number), order (string), videoPublishedAfter (string), videoPublishedBefore (string), channelMinSubscribers (number), channelMaxSubscribers (number), channelLastUploadAfter (string), channelLastUploadBefore (string), creatorOnly (boolean), sortBy (string), sampleVideosPerChannel (number)
Get videos from a specific channel. Required Parameters: channelId (string), Optional Parameters: maxResults (number)
Get information about a YouTube playlist. Required Parameters: playlistId (string)
Get videos in a YouTube playlist. Required Parameters: playlistId (string), Optional Parameters: maxResults (number)