YouTube
Tools
Name & Description | Type |
---|---|
YOUTUBE_LIST_CAPTION_TRACKRetrieves 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. | action |
YOUTUBE_UPDATE_THUMBNAILSets the custom thumbnail for a YouTube video using an image from thumbnailurl; the authenticated user must have permission to edit the video. | action |
YOUTUBE_GET_CHANNEL_ID_BY_HANDLERetrieves the YouTube channel id for a specific YouTube channel handle. | action |
YOUTUBE_LIST_CHANNEL_VIDEOSLists videos from a specified YouTube channel, ensuring results are of `type: 'video'`. | action |
YOUTUBE_LIST_USER_PLAYLISTSRetrieves playlists owned by the authenticated user, implicitly using mine=true. | action |
YOUTUBE_LIST_USER_SUBSCRIPTIONSRetrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and pagination. | action |
YOUTUBE_LOAD_CAPTIONSDownloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text. | action |
YOUTUBE_SEARCH_YOU_TUBESearches YouTube for videos, channels, or playlists using a query term, returning the raw API response. | action |
YOUTUBE_SUBSCRIBE_CHANNELSubscribes the authenticated user to a specified YouTube channel, identified by its unique `channelid` which must be valid and existing. | action |
YOUTUBE_UPDATE_VIDEOUpdates metadata for a YouTube video identified by videoid, which must exist; an empty list for tags removes all existing tags. | action |
YOUTUBE_UPLOAD_VIDEOUploads a video from a local file path to a YouTube channel; the video file must be in a YouTube-supported format. | action |
YOUTUBE_VIDEO_DETAILSRetrieves specified information parts (e. | action |
YOUTUBE_NEW_ACTIVITY_TRIGGERTriggers when a new activity is detected on a YouTube channel. | trigger |
YOUTUBE_NEW_PLAYLIST_ITEM_TRIGGERTriggers when a new item is added to a YouTube playlist. | trigger |
YOUTUBE_NEW_PLAYLIST_TRIGGERTriggers when a new playlist is added to a YouTube channel. | trigger |
YOUTUBE_NEW_SUBSCRIPTION_TRIGGERTriggers when a new channel is subscribed. | trigger |