youtube
youtube_create_playlist
Create a new playlist. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
Remote node2flow/youtube
Other tools also called youtube_create_playlist?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Playlist tags"
},
"title": {
"type": "string",
"description": "Playlist title"
},
"description": {
"type": "string",
"description": "Playlist description"
},
"privacy_status": {
"type": "string",
"description": "Privacy: \"public\", \"unlisted\", \"private\" (default: \"private\")"
}
}
}