playlists_addVideo
Add videos to YouTube playlists by specifying playlist and video IDs. This tool integrates with YouTube's API to manage playlist content directly.
Instructions
Add a video to a YouTube playlist (requires OAuth authentication)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlistId | Yes | The playlist ID | |
| videoId | Yes | The video ID to add | |
| position | No | Position in playlist (0-indexed) |