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
| Name | Type | Required | Description |
|---|---|---|---|
playlist | string | yes | A playlist id (PL…) or full playlist URL. |
page_token | string | no | Opaque 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.