get_subscription_feed
Retrieves a chronological feed of recent uploads from channels you subscribe to, mergeable with video transcripts to summarize what's new in your subscriptions.
Instructions
Merged newest-first feed of recent uploads across the signed-in account's subscriptions — the "what is new from the channels I follow" view. Requires sign-in. Results are cached, so repeated calls are nearly free. Combine with get_transcript to summarize what is new.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 datetime; only videos published after this moment | |
| channels | No | Optional: restrict to these channels (IDs, @handles or URLs) instead of all subscriptions | |
| max_results | No | Videos in the merged result, 1-100 | |
| per_channel | No | Uploads fetched per channel before merging, 1-50 |