youtube-playlist
ActiveTool of The Stall
declared in 4.82.0
Fetch up to 50 videos from a YouTube playlist. Returns title, channel, duration, view count, and video URL for each entry. No API key required. Pair with youtube-intel to analyze individual videos from the list.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"playlist_id"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max videos to return (1–50, default 25)."
},
"playlist_id": {
"type": "string",
"description": "YouTube playlist ID (e.g. 'PLrAXtmErZgOeiKm4sgNOknc9TTnufFTL') or full playlist URL."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries