youtube

YOUTUBE_LIST_CHANNEL_VIDEOS

Lists videos from a specified YouTube channel, ensuring results are of `type: 'video'`.

Remote youtube

Other tools also called YOUTUBE_LIST_CHANNEL_VIDEOS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "part": {
      "type": "string",
      "title": "Part",
      "default": "snippet",
      "examples": [
        "snippet"
      ],
      "description": "Specifies `search` resource properties to include; it must be `snippet` for this action. The `snippet` includes basic video details like ID, title, description, and thumbnails."
    },
    "channelId": {
      "type": "string",
      "title": "Channel Id",
      "examples": [
        "UC_x5XG1OV2P6uZZ5FSM9Ttw"
      ],
      "description": "The unique ID of the YouTube channel for which videos are to be retrieved."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "examples": [
        "CAUQAA"
      ],
      "nullable": true,
      "description": "Token for pagination; use `nextPageToken` from a previous response for the next page, or `prevPageToken` for the previous page."
    },
    "maxResults": {
      "type": "integer",
      "title": "Max Results",
      "default": 5,
      "maximum": 50,
      "minimum": 1,
      "examples": [
        "5"
      ],
      "description": "The maximum number of videos to return per page."
    }
  }
}
          

Provider

youtube →