You're viewing a demo portfolio

Join the waitlist
PRSM

list_new_channel_videos

Active

Tool of YouTube Video Summarizer (pay-per-call)

declared in 1.28.1

New videos on a YouTube channel since your last poll — stateless channel monitoring, no accounts or webhooks. Pass a channel URL, @handle, or channel id, plus an optional cursor (`since_video_id` or `since`, an ISO 8601 timezone-aware timestamp) from your last call. Returns new video ids/titles/publish times, newest first, plus `newest_video_id` to use as your next cursor. Pay-per-call via x402 (USDC on Base), no account or API key. An unresolvable channel or a naive `since` timestamp returns an error and is not charged.

Parameters schema

{
  "type": "object",
  "title": "list_new_channel_videosArguments",
  "required": [
    "channel"
  ],
  "properties": {
    "since": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Since",
      "default": null
    },
    "channel": {
      "type": "string",
      "title": "Channel"
    },
    "since_video_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Since Video Id",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

YouTube Video Summarizer (pay-per-call)

1/7 registries
View full server →