youtube_add_to_playlist
Add a video to a YouTube playlist. Provide playlist ID, video ID, and optionally a position to determine its order.
Instructions
Add a video to a playlist.
Args: playlist_id: Playlist ID to add the video to video_id: Video ID to add position: Position in the playlist (0-based). Defaults to end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| video_id | Yes | ||
| playlist_id | Yes |