Skip to main content
Glama

YouTube MCP Server

by coyaSONG

analyze-channel-videos

Evaluate recent videos from a YouTube channel to uncover performance trends by analyzing metrics like views, ratings, and upload dates. Specify channel ID and sorting preferences for targeted insights.

Instructions

Analyze recent videos from a specific channel to identify performance trends

Input Schema

NameRequiredDescriptionDefault
channelIdYes
maxResultsNo
sortByNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "minLength": 1, "type": "string" }, "maxResults": { "maximum": 50, "minimum": 1, "type": "number" }, "sortBy": { "enum": [ "date", "viewCount", "rating" ], "type": "string" } }, "required": [ "channelId" ], "type": "object" }

You must be authenticated.

Other Tools from YouTube MCP Server

Related Tools

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/coyaSONG/youtube-mcp-server'

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