Skip to main content
Glama
meomeo-dev

shell-as-mcp

by meomeo-dev

ytdlp__get_video_comments_summary

Fetch and summarize top comments from any video URL. Returns a formatted list with author, like count, and comment text for quick analysis.

Instructions

Fetch and summarize top comments from a video URL using yt-dlp. @remarks Returns formatted comment list with author, like count, and text. @param url The video URL (must start with http:// or https://). @param maxComments Number of comments to return (1-50, default 10). @param cookies Optional path to a Netscape-format cookies file. @param proxy Optional proxy address (e.g. socks5://127.0.0.1:1080). @param maxRetries Optional retry count after failures, capped at 2 (default: 2). @param __mcp_response_mode Optional response mode: content (default) or structuredContent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
proxyNo
cookiesNo
maxRetriesNo
maxCommentsNo
__mcp_response_modeNocontent
Behavior2/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the return format and optional cookie/proxy/retry settings, but does not mention network dependency, potential failures, or the fact that 'summarize' appears to mean 'return a formatted list of top comments' rather than an AI-generated summary. This ambiguity is a significant gap.

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 description is compact and front-loaded with a clear purpose sentence, followed by a return-format remark and @param entries. The @param lines are necessary given the schema's lack of descriptions, but the wording could be tighter and the 'summarize' term is imprecise.

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?

The description covers purpose, return format, and all parameters, which is helpful for a 6-parameter tool with no output schema. However, it omits usage context, error/network behavior, and any distinction from sibling comment tools, leaving gaps that could confuse an agent deciding between tools.

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

Parameters5/5

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

Schema description coverage is 0%, but every parameter is documented in the description with concrete constraints and defaults: URL scheme requirement, maxComments range, cookies file format, proxy example, maxRetries cap, and response mode default. This fully compensates for the bare schema and adds real meaning beyond parameter names.

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

Purpose4/5

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

The description states a specific action and resource: 'Fetch and summarize top comments from a video URL using yt-dlp.' It conveys the tool's main function and return type. However, it does not explicitly differentiate itself from the sibling tool ytdlp__get_video_comments, relying on the name 'summary' to imply the distinction.

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?

There is no guidance on when to use this tool versus alternatives such as ytdlp__get_video_comments. The description only explains what the tool does and its parameters, without any 'use this when' or 'instead of' context.

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/meomeo-dev/shell-as-mcp'

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