channels_getChannel
Retrieve detailed information about a YouTube channel by providing its channel ID using the YouTube MCP Server interface.
Instructions
Get information about a YouTube channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The YouTube channel ID |
Input Schema (JSON Schema)
{
"properties": {
"channelId": {
"description": "The YouTube channel ID",
"type": "string"
}
},
"required": [
"channelId"
],
"type": "object"
}