You're viewing a demo portfolio

Join the waitlist
PRSM

youtube.channel_videos

Active

Tool of Vee3

declared in 1.27.1

Fetch a paginated list of videos from a public YouTube channel by its channel id. Accepts a channel id (for example UCg6gPGh8HU2U01vaFCAsvmQ) or common YouTube channel URLs (for example https://www.youtube.com/@ChrisTitusTech). Use cursor from a prior response for the next page. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_youtube_channel_videosArguments",
  "required": [
    "channel_id"
  ],
  "properties": {
    "cursor": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 4096
        },
        {
          "type": "null"
        }
      ],
      "title": "Cursor",
      "default": null,
      "description": "Pagination cursor from a previous response cursor field."
    },
    "channel_id": {
      "type": "string",
      "title": "Channel Id",
      "maxLength": 2048,
      "description": "YouTube channel id or URL (for example UCg6gPGh8HU2U01vaFCAsvmQ or https://www.youtube.com/@ChrisTitusTech)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
youtube.channel_videos — Vee3 — PRSM MCP