list_new_channel_videos
ActiveTool of YouTube Video Summarizer (pay-per-call)
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
}
}
}Parent server
YouTube Video Summarizer (pay-per-call)
1/7 registries