YouTube Transcriber logoYouTube Transcriber
MCP ServerTools

list_playlist_videos

List videos in a playlist with pagination.

Walks all videos in a YouTube playlist. Use the returned next_page_token to fetch the next page.

Cost: 1 credit on success.

Parameters

NameTypeRequiredDescription
playliststringyesA playlist id (PL…) or full playlist URL.
page_tokenstringnoOpaque cursor returned by a previous call. Omit on the first request.

Example call

{
  "name": "list_playlist_videos",
  "arguments": {
    "playlist": "PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf"
  }
}

Equivalent REST endpoint: GET /api/v2/playlist/videos.