youtube_playlist_get
ActiveTool of Social Fetch
declared in 0.19.0
Get a YouTube playlist by playlist id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"playlistId"
],
"properties": {
"playlistId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "YouTube playlist id, or a YouTube playlist URL (the `list` query value is used when present)."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries