Skip to main content
Glama

YouTube MCP Server

by coyaSONG

get-trending-videos

Retrieve trending YouTube videos by region and category to analyze popular content trends. Supports up to 50 results for detailed insights into audience preferences.

Instructions

Retrieve trending videos by region and category. This helps analyze current popular content trends.

Input Schema

NameRequiredDescriptionDefault
categoryIdNo
maxResultsNo
regionCodeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "type": "string" }, "maxResults": { "maximum": 50, "minimum": 1, "type": "number" }, "regionCode": { "maxLength": 2, "minLength": 2, "type": "string" } }, "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