Skip to main content
Glama

cloud-api-hub-youtube-downloader

Video view count

get_info_viewCount

unsigned long The number of times the video has been viewed. Group: Specific video Info. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoYoutube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states it returns a view count and that it costs 1 credit per call, which is useful. However, it does not disclose any behavior beyond that, such as whether it might return null for private videos, or any rate limits. It's a simple read operation, so transparency is acceptable but not rich.

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

Conciseness5/5

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

Extremely concise: one sentence with key info, plus structured fields like Group and Billing. Front-loaded with the core value. No fluff.

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?

Given one parameter and no output schema, the description is mostly complete. It lacks details like whether the view count is for the current day or total, but the tool name says 'viewCount' and the description says 'number of times viewed', which is enough. With no complexity, this is fine, but it could mention if the video must be public or that it fails for missing IDs.

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

Parameters4/5

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

The schema description coverage is 100% (the 'description' field covers the parameter), and the example is provided. The description adds the 'id' parameter meaning via schema, but it does not add extra beyond that. Baseline is 3 due to high coverage, but the example and clear format in the schema give a slight boost. However, the description does not reference the parameter directly, so 4 is slightly generous; still, the info is complete.

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 clearly states the tool provides the number of times a video has been viewed, and the title aligns with the resource (video view count). However, it does not explicitly distinguish itself from sibling tools beyond being a specific field of video info, but that is clear from the tool name and group.

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

Usage Guidelines3/5

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

The description implies usage: to get view count for a video. It mentions 'Group: Specific video Info' which contextualizes it among siblings, but it does not provide explicit when-to-use vs alternatives, nor any exclusions. It's adequate but minimal.

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.4/5.0
Disambiguation5/5

Each tool has a distinct purpose. get_info retrieves overall metadata, while get_info_* variants target specific fields (title, duration, etc.), and get_download/get_mux handle downloading and merging. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix, with metadata fields using the 'get_info_<field>' pattern. The variation for get_download and get_mux is clear and does not break the overall naming scheme.

Tool Count4/5

With 13 tools, the server is within the ideal 3-15 range for a specialized YouTube downloader. The number is reasonable given the need for granular metadata access alongside download and mux operations.

Completeness4/5

The toolset covers core download, muxing, and a wide range of metadata fields (e.g., title, duration, thumbnails, view count). Minor omissions like upload date or like counts represent a small gap, but the main functionality is well covered.

Resources