You're viewing a demo portfolio

Join the waitlist
PRSM

youtube.channel_search

Active

Tool of Vee3

declared in 1.27.1

Search public videos on a YouTube channel by keyword or phrase. Accepts a bare channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg), not a URL. Returns matching video entries and cursorNext for pagination. Use cursorNext from a prior response as cursor for the next page. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "search_youtube_channelArguments",
  "required": [
    "channel_id",
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "title": "Query",
      "maxLength": 512,
      "description": "Search keywords or phrase within the channel."
    },
    "cursor": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 4096
        },
        {
          "type": "null"
        }
      ],
      "title": "Cursor",
      "default": null,
      "description": "Pagination cursor from cursorNext."
    },
    "channel_id": {
      "type": "string",
      "title": "Channel Id",
      "maxLength": 24,
      "description": "YouTube channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg, not a URL)."
    }
  }
}

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_search — Vee3 — PRSM MCP