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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get video details such as title, description, and duration. Parameters: videoId (string)
Retrieve the transcript of a video. Parameters: videoId (string), language (optional string)
Search for videos across YouTube. Parameters: query (string), maxResults (optional integer)
Get details about a specific channel. Parameters: channelId (string)
List videos from a specific channel. Parameters: channelId (string), maxResults (optional integer)
Get items from a specific playlist. Parameters: playlistId (string), maxResults (optional integer)
Get details of a specific playlist. Parameters: playlistId (string)