find_channel
Resolve a YouTube channel handle, URL, ID, or name to retrieve its stats and confirm which channel it refers to.
Instructions
Resolve a channel handle, URL, id or name to a channel with its stats.
Useful on its own to confirm which channel a name refers to before searching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel handle (@mkbhd), channel URL, channel id (UC...), or channel name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Channel id (UC...) | |
| url | Yes | Canonical channel URL | |
| title | Yes | Channel display name | |
| handle | No | Channel handle, e.g. @mkbhd | |
| description | No | Channel description | |
| video_count | No | Public video count | |
| subscriber_count | No | Subscribers, or null when the channel hides the count | |
| uploads_playlist_id | No | Playlist holding every public upload, used for listing |