Skip to main content
Glama

mcp-youtube

by kirbah

getChannelStatistics

Retrieve YouTube channel performance metrics including subscriber count, view count, video count, and creation date for multiple channels to analyze reach and engagement.

Instructions

Retrieves statistics for multiple channels. Returns detailed metrics including subscriber count, view count, video count, and channel creation date for each channel. Use this when you need to analyze the performance and reach of multiple YouTube channels.

Input Schema

NameRequiredDescriptionDefault
channelIdsYesArray of YouTube channel IDs to get statistics for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelIds": { "description": "Array of YouTube channel IDs to get statistics for", "items": { "minLength": 1, "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "channelIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kirbah/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server