Skip to main content
Glama
iamkw0n
by iamkw0n

get_video_comments

Retrieve popular or recent comments from a YouTube video. Specify video ID/URL, result count, and sort order.

Instructions

동영상의 인기 댓글 또는 최신 댓글을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoIdOrUrlYes동영상 ID 또는 YouTube URL
maxResultsNo최대 결과 수
orderNo정렬 (relevance: 인기순, time: 최신순)relevance
pageTokenNo다음 페이지 토큰
Behavior2/5

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

No annotations provided, so description carries full burden. It only states 'retrieves comments' but fails to disclose pagination behavior (though pageToken parameter exists), sorting semantics beyond schema, or that it likely returns only top-level comments. Lacks disclosure of any side effects or auth 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?

Single sentence, front-loaded with the main action. Efficient, but could be slightly more informative without being verbose. No redundancy.

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

Completeness2/5

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

With no output schema and no annotations, the description should explain return values (e.g., comment fields, author, likes). It does not. Also lacks context on limitations like maximum results or that it retrieves only published comments. Incomplete for a read operation.

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 descriptions cover all 4 parameters (100% coverage), so description adds limited value. It does mention 'popular or latest' which aligns with the order parameter enum, but this is already in schema. Baseline score of 3 is appropriate.

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?

Description clearly states it retrieves popular or latest comments for a video, using specific verb 'retrieve' and resource 'video comments'. This distinguishes it from sibling tools like get_channel, get_video, search_videos, etc., which handle different entities.

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 explicit guidance on when to use this tool vs alternatives. The description does not mention when to prefer this over search or other retrieval tools, nor does it specify any prerequisites or use cases.

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

Install Server

Other Tools

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

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