Skip to main content
Glama

mcp-youtube

by kirbah

getVideoDetails

Retrieve detailed metadata and statistics for YouTube videos, including content information and optional tags for keyword extraction.

Instructions

Get detailed information about multiple YouTube videos. Returns comprehensive data including video metadata, statistics, and content details. Use this when you need complete information about specific videos.

Input Schema

NameRequiredDescriptionDefault
descriptionDetailNoControls video description detail to manage token cost. Options: 'NONE' (default, no text), 'SNIPPET' (a brief preview for broad scans), 'LONG' (a 500-char text for deep analysis of specific targets).NONE
includeTagsNoSpecify 'true' to include the video's 'tags' array in the response, which is useful for extracting niche keywords. The 'tags' are omitted by default to conserve tokens.
videoIdsYesArray of YouTube video IDs to get details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "descriptionDetail": { "default": "NONE", "description": "Controls video description detail to manage token cost. Options: 'NONE' (default, no text), 'SNIPPET' (a brief preview for broad scans), 'LONG' (a 500-char text for deep analysis of specific targets).", "enum": [ "NONE", "SNIPPET", "LONG" ], "type": "string" }, "includeTags": { "default": false, "description": "Specify 'true' to include the video's 'tags' array in the response, which is useful for extracting niche keywords. The 'tags' are omitted by default to conserve tokens.", "type": "boolean" }, "videoIds": { "description": "Array of YouTube video IDs to get details for", "items": { "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "videoIds" ], "type": "object" }

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

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