get_youtube_channel
Retrieve YouTube channel information including profile details, content data, and engagement metrics using a channel handle or @username.
Instructions
Get YouTube channel data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | YouTube channel handle or @username |
Input Schema (JSON Schema)
{
"properties": {
"handle": {
"description": "YouTube channel handle or @username",
"type": "string"
}
},
"required": [
"handle"
],
"type": "object"
}