youtube
YOUTUBE_LIST_USER_PLAYLISTS
Retrieves playlists owned by the authenticated user, implicitly using mine=True.
Remote youtube
Other tools also called YOUTUBE_LIST_USER_PLAYLISTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"part": {
"type": "string",
"title": "Part",
"default": "snippet",
"examples": [
"snippet",
"id",
"contentDetails"
],
"description": "Specifies a comma-separated list of one or more playlist resource properties to include in the response. Common values are 'snippet', 'id', and 'contentDetails'."
},
"pageToken": {
"type": "string",
"title": "Page Token",
"examples": [
"CAUQAA"
],
"description": "Token for pagination to retrieve a specific page of results."
},
"maxResults": {
"type": "integer",
"title": "Max Results",
"default": 5,
"maximum": 50,
"minimum": 1,
"examples": [
50
],
"description": "Maximum number of playlists to return."
}
}
}