Skip to main content
Glama

social-media-video-downloader

Get Channel Posts

get_youtube_v3_channel_posts

Retrieves posts from a specific YouTube channel. Use nextToken to paginate. Group: YouTube-Channel. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage code for localized content.
channelIdYesThe ID of the YouTube channel.
nextTokenNoA token for paginating to the next set of results.

TDQS

B3.4/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 full burden. It mentions pagination with nextToken and billing cost, but does not disclose whether the operation is read-only (likely, but not stated), any rate limits, auth requirements, or what happens with invalid channel IDs. The description adds some behavioral context (pagination, billing) but lacks fuller transparency.

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 concise with two sentences plus metadata. It front-loads the primary purpose and includes a functional detail about pagination. The 'Group' and 'Billing' lines are extra metadata that could be considered useful but are not strictly required; overall it's efficiently written with no waste.

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 the tool complexity (3 parameters, 1 required, no output schema), the description covers the core action and pagination but does not address potential edge cases like empty results, error behavior, or the structure of returned posts. Without an output schema, the agent may not know what a 'post' contains (e.g., video, comment, text) or how to interpret the response. Adequate but with 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 all three parameters (lang, channelId, nextToken) have explanations in the schema. The description adds minimal extra meaning: it clarifies that nextToken is for pagination, which is already implied by the schema. However, it does not add value beyond schema descriptions, so a baseline of 3 is appropriate.

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 clear purpose: 'Retrieves posts from a specific YouTube channel.' The resource (channel posts) and action (retrieve) are specific enough, and the sibling tool set includes other YouTube channel tools like get_youtube_v3_channel_details and get_youtube_v3_channel_videos, but the description doesn't explicitly differentiate from siblings. It's clear but lacks a distinguishing scope statement.

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 provides minimal guidance: pagination via nextToken is mentioned. No explicit when-to-use or when-not-to-use guidance is given, and no alternatives are named. While the context is clear, the description does not indicate when this tool should be chosen over siblings like get_youtube_v3_post_details or search 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