YouTube MCP Server

by coyaSONG
Verified

get-video-categories

Retrieve YouTube video categories by region using the MCP server. Specify a region code to fetch relevant categories for targeted search or content organization.

Instructions

Retrieve available video categories for a specific region

Input Schema

NameRequiredDescriptionDefault
regionCodeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "regionCode": { "maxLength": 2, "minLength": 2, "type": "string" } }, "type": "object" }
ID: nuyw49oscd