list_channel_videos
Retrieve recent videos from a YouTube channel by providing its channel ID. Optionally limit the number of results and filter by publication date.
Instructions
Fetch recent videos from a YouTube channel (requires YouTube Data API key).
Args: channel_id: YouTube channel ID max_results: Number of recent videos to fetch (default: 10, max: 50) published_after: ISO date to filter videos published after this date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| max_results | No | ||
| published_after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |