Skip to main content
Glama

social-media-video-downloader

Get Video Comments

get_youtube_v3_video_comments

Retrieves comments for a YouTube video with sorting options and pagination. Group: YouTube-Video. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage code for localized content.
sortByNoThe sort order for comments. Allowed values: TOP_COMMENTS, NEWEST_FIRST.TOP_COMMENTS
videoIdYesThe ID of the YouTube video.
commentIdNoThe ID of a specific comment to retrieve replies for.
nextTokenNoA token for paginating to the next set of results.

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must carry the full behavioral burden, but it only states the basic operation plus sorting/pagination. It omits important behaviors such as retrieving replies via commentId, pagination semantics, output shape, or access requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core behavior is stated in a single front-loaded sentence. The trailing group and billing notes are small but arguably useful operational metadata, though the group information largely repeats the tool naming convention.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a moderately simple read-only comments tool, the description plus fully described schema is minimally adequate for selection and invocation. However, there is no output schema and the description does not mention the commentId reply mode or pagination details, leaving gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already explains all five parameters (videoId, commentId, sortBy, nextToken, lang). The description adds only a high-level mention of sorting/pagination, not enough to raise above the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with the specific action 'Retrieves comments for a YouTube video' and explicitly mentions sorting and pagination, making the resource and operation unambiguous. The 'video' scope differentiates it from sibling tools like get_youtube_v3_post_comments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use guidance or alternatives are provided; it simply states what the tool does. The sibling get_youtube_v3_post_comments exists but is never contrasted, so the agent gets no explicit guidance on choosing between comment tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation5/5

Every tool targets a distinct platform, resource, and action. Even the numerous YouTube search tools are clearly differentiated by their suffixes (channel, movie, playlist, video, suggestions), leaving no ambiguity.

Naming Consistency5/5

All tools follow a rigid pattern: get_{platform}_v3_{resource}_{specific}. The naming is uniformly snake_case and descriptive, making it easy to predict tool names for new resources.

Tool Count2/5

With 28 tools, the set exceeds the 25-tool threshold for being considered too many. The high granularity, especially the six YouTube search tools, could likely be consolidated without losing capability, making the tool count feel heavy.

Completeness3/5

Core download workflows are present via post details for all platforms, but there are notable gaps: Facebook, Instagram, and TikTok lack tools to list a user's posts or videos, while YouTube has full coverage including channel videos, playlists, and search. This unevenness leaves the surface feeling incomplete for non-YouTube platforms.

Resources