Skip to main content
Glama

YouTube MCP Server

by coyaSONG

get-video-comments

Extract comments from a specific YouTube video by providing the video ID. Use this tool to analyze or export YouTube video comments with ease.

Instructions

Retrieve comments for a specific YouTube video

Input Schema

NameRequiredDescriptionDefault
maxResultsNo
videoIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "maximum": 100, "minimum": 1, "type": "number" }, "videoId": { "minLength": 1, "type": "string" } }, "required": [ "videoId" ], "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