Skip to main content
Glama
Dhananjayrbiraris

youtube-studio-mcp

get_video_details

Retrieve complete metadata, description, tags, and performance statistics for specified YouTube video IDs to analyze content and engagement.

Instructions

Fetches full metadata, description, tags, and statistics for specified video IDs.

Args: video_ids: Comma-separated list of YouTube video IDs (e.g. 'vid1,vid2').

Returns: Complete video details including title, description, tags, topic categories, view/like/comment counts, duration, and content settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It clearly signals a read-only operation via 'Fetches' and lists the returned data categories. It does not disclose API quotas, authentication requirements, error behavior for invalid video IDs, or whether hidden/unlisted videos are included, so transparency is adequate but not comprehensive.

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?

The description is concise and well-organized into Args and Returns sections. Every sentence adds useful information, and the parameter format is front-loaded before the return summary. There is no unnecessary filler or repetition of the tool name.

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

Completeness4/5

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

For a single-parameter read-only tool with an output schema, the description covers the key calling details: what to pass and what to expect back. The main missing piece is usage differentiation from analytics/comment siblings, but that was already captured under usage guidelines and does not prevent correct invocation.

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?

The schema provides only the parameter name and type, with 0% schema description coverage, so the description must compensate. It does so fully by specifying that video_ids is a comma-separated list and providing an explicit example ('vid1,vid2'), which is exactly the operational detail an agent needs.

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 verb ('Fetches') and resource ('full metadata, description, tags, and statistics for specified video IDs'), making the tool's purpose clear. It does not explicitly contrast with sibling tools like get_video_analytics or get_video_comments, but the described content is distinct enough for an agent to infer the difference.

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 usage context is implied: use this tool when you need complete metadata and statistics for specific video IDs. However, there is no explicit guidance about when not to use it, nor any mention of alternatives such as get_video_analytics for analytics or get_video_comments for comments.

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

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