youtube.playlist_details
ActiveTool of Vee3
declared in 1.27.1
Fetch metadata for a public YouTube playlist by playlist id. Returns title, description, creator summary, video and view counts, thumbnails, badges, and last updated timestamps. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_youtube_playlist_detailsArguments",
"required": [
"playlist_id"
],
"properties": {
"playlist_id": {
"type": "string",
"title": "Playlist Id",
"maxLength": 512,
"description": "YouTube playlist id (for example PLcirGkCPmbmFeQ1sm4wFciF03D_EroIfr)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries