YouTube is a video-sharing platform with user-generated content, live streaming, and monetization opportunities, widely used for marketing, education, and entertainment
Drift inferred · capture-to-capture
- LOW gained verified
tool count over time
tools
-
YOUTUBE_GET_CHANNEL_ACTIVITIES
Gets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel events.
in ▸ part channelId pageToken maxResults publishedAfter publishedBefore
-
YOUTUBE_GET_CHANNEL_ID_BY_HANDLE
Retrieves the YouTube Channel ID for a specific YouTube channel handle.
in ▸ channel_handle
-
YOUTUBE_GET_CHANNEL_STATISTICS
Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts.
in ▸ id part
-
YOUTUBE_GET_VIDEO_DETAILS_BATCH
Retrieves multiple YouTube video resource parts in a single batch call. Use when you need cohort-level metrics for many videos to reduce quota usage and latency.
in ▸ hl id parts
-
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.
in ▸ part videoId
-
YOUTUBE_LIST_CHANNEL_VIDEOS
Lists videos from a specified YouTube channel, ensuring results are of `type: 'video'`.
in ▸ part channelId pageToken maxResults
-
YOUTUBE_LIST_PLAYLIST_ITEMS
Tool to list videos in a playlist, with pagination support. Use when walking through a channel's uploads playlist to enumerate all videos.
in ▸ part fields videoId pageToken maxResults playlistId onBehalfOfContentOwner
-
YOUTUBE_LIST_USER_PLAYLISTS
Retrieves playlists owned by the authenticated user, implicitly using mine=True.
in ▸ part pageToken maxResults
-
YOUTUBE_LIST_USER_SUBSCRIPTIONS
Retrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and pagination.
in ▸ part pageToken maxResults
-
YOUTUBE_LOAD_CAPTIONS
Downloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text. Note: This action requires you to own the video (YouTube Data API v3 restriction). Non-owned videos will return 403 Forbidden errors, including many auto-generated caption tracks.
in ▸ id tfmt
-
YOUTUBE_SEARCH_YOU_TUBE
Searches YouTube for videos, channels, or playlists using a query term, returning the raw API response.
in ▸ q part type pageToken maxResults
-
YOUTUBE_SUBSCRIBE_CHANNEL
Subscribes the authenticated user to a specified YouTube channel, identified by its unique `channelId` which must be valid and existing.
in ▸ channelId
-
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.
in ▸ videoId thumbnailUrl
-
YOUTUBE_UPDATE_VIDEO
Updates metadata for a YouTube video identified by videoId, which must exist; an empty list for tags removes all existing tags.
in ▸ tags title videoId categoryId description privacyStatus
-
YOUTUBE_UPLOAD_VIDEO
Uploads a video from a local file path to a YouTube channel; the video file must be in a YouTube-supported format.
in ▸ tags title categoryId description privacyStatus videoFilePath
-
YOUTUBE_VIDEO_DETAILS
Retrieves specified information parts (e.g., snippet, contentDetails, statistics) for a YouTube video, identified by its ID.
in ▸ id part
This server hasn't been statically analyzed yet (npm/PyPI artifacts only).