get_channel_details
Retrieve comprehensive YouTube channel details, including metadata and key insights, by inputting the channel ID. Simplify channel analysis with essential data extraction.
Instructions
Get detailed information about a YouTube channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"channel_id": {
"title": "Channel Id",
"type": "string"
}
},
"required": [
"channel_id"
],
"title": "get_channel_detailsArguments",
"type": "object"
}