Skip to main content
Glama

list_youtube_video_comments

Retrieve public comment threads from YouTube videos using structured pagination to analyze viewer feedback and discussions.

Instructions

List comment threads for a YouTube video (public comments).

Notes: - Uses commentThreads.list (quota cost ~1 per page). - max_threads is capped to 100 by the API.

Pagination: - Response returns nextPageToken and next_page_token. - Pass it back as page_token (or next_page_token) to fetch the next page.

Returns: - items: commentThread[] (includes top-level comment; replies optional) - nextPageToken / next_page_token - quotaEstimate

Common failure: - If comments are disabled, YouTube may return 403 (commentsDisabled).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYes
page_tokenNo
next_page_tokenNo
max_threadsNo
orderNorelevance
text_formatNoplainText
include_repliesNo

Latest Blog Posts

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/glonorce/youtube_mcp'

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