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
Name | Required | Description | Default |
---|---|---|---|
regionCode | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"regionCode": {
"maxLength": 2,
"minLength": 2,
"type": "string"
}
},
"type": "object"
}