list_channel_uploads
Fetch a channel's recent uploads, newest first, by channel ID, handle, or URL. Returns complete uploads without keyword search, using fewer API quota units.
Instructions
List a channel's most recent uploads, newest first. Prefer this over search_videos whenever you want "the latest videos from channel X" — it costs 1 quota unit instead of 100 and returns uploads completely, including videos whose title does not contain any particular word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel ID (UC...), uploads playlist ID (UU...), @handle, or channel URL | |
| page_token | No | nextPageToken from a previous call | |
| max_results | No | 1-50 | |
| published_after | No | ISO 8601 datetime; only return videos published at or after this moment |