list_channel_videos
Retrieve video listings from a specific YouTube channel by ID. Supports pagination and configurable result limits.
Instructions
Lists videos from a specified YouTube channel, ensuring results are of type 'video'.
Args: channel_id: The unique ID of the YouTube channel for which videos are to be retrieved. max_results: Maximum number of videos to return per page (default 5, max 50). page_token: Token for pagination; use nextPageToken from a previous response. part: Search resource properties to include; must be 'snippet' for this action.
Returns: Object with 'data' (video list), 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | ||
| channel_id | Yes | ||
| page_token | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||