youtube

YOUTUBE_LIST_USER_SUBSCRIPTIONS

Retrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and pagination.

Remote youtube

Other tools also called YOUTUBE_LIST_USER_SUBSCRIPTIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "part": {
      "type": "string",
      "title": "Part",
      "default": "snippet,contentDetails",
      "examples": [
        "snippet",
        "contentDetails",
        "snippet,contentDetails",
        "id,subscriberSnippet"
      ],
      "description": "Specifies the comma-separated subscription resource parts to include. Valid parts are `id`, `snippet`, `contentDetails`, and `subscriberSnippet`."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "examples": [
        "CAUQAA",
        "CBkQAA"
      ],
      "description": "Token for a specific page of results, obtained from a previous response. Omit for the first page."
    },
    "maxResults": {
      "type": "integer",
      "title": "Max Results",
      "default": 5,
      "maximum": 50,
      "minimum": 1,
      "examples": [
        "5",
        "25",
        "50"
      ],
      "description": "Maximum number of subscription items to return per page."
    }
  }
}
          

Provider

youtube →