YouTube MCP Server

by coyaSONG
Verified

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

ID: nuyw49oscd