youtube_get_channel
Retrieve YouTube channel details by channel ID, handle (@username), or the authenticated user's channel. Specify any one identifier to get channel information directly from the YouTube Data API.
Instructions
Get channel details by channel ID, handle (@username), or the authenticated user's channel.
Args: channel_id: YouTube channel ID (e.g., "UCxxxxxxx") handle: Channel handle (e.g., "@mkbhd") mine: If True, get the authenticated user's own channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | ||
| handle | No | ||
| channel_id | No |