Create, rename or delete a YouTube playlist
manage_youtube_playlistCreate, update, or delete YouTube playlists with safe defaults: new playlists stay private, updates merge without erasing data, and deletion requires confirmation while preserving the videos themselves.
Instructions
Create, update or delete a playlist on the connected channel. CREATE makes it PRIVATE unless you pass privacy — a public playlist appears on the channel immediately, so publishing is always a deliberate choice. UPDATE merges: an omitted title or description is LEFT ALONE rather than erased. DELETE is confirm-gated and does NOT delete the videos — what dies is the playlist, its ordering and every link or embed pointing at its URL; a playlist that is public or has videos in it additionally needs confirmTitle echoed back exactly, because confirm alone proves you meant to delete something and not that you aimed at the right playlist. To take a playlist out of public view WITHOUT destroying it use action="update" with privacy="private" — that is reversible and delete is not. 0 credits. Needs a connected YouTube channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | required on create; on update, omit to leave unchanged | |
| action | Yes | create | update | delete | |
| confirm | No | required to delete | |
| privacy | No | default private on create | |
| playlistId | No | required for update and delete | |
| description | No | on update, omit to leave unchanged | |
| confirmTitle | No | the playlist’s EXACT title — required to delete one that is public or non-empty |