playlists_getPlaylist
Retrieve detailed information about a YouTube playlist, including its metadata and content, by providing the playlist ID through the YouTube MCP Server.
Instructions
Get information about a YouTube playlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
playlistId | Yes | The YouTube playlist ID |
Input Schema (JSON Schema)
{
"properties": {
"playlistId": {
"description": "The YouTube playlist ID",
"type": "string"
}
},
"required": [
"playlistId"
],
"type": "object"
}