Skip to main content
Glama
mrsknetwork

YouTube MCP

by mrsknetwork

list_channel_sections

Read-only

Retrieve the shelf and section layout of a YouTube channel to understand how content is organized, including featured videos and playlists.

Instructions

Get the shelf and section layout of a YouTube channel page (e.g., 'Featured Videos', 'Popular Uploads', 'Single Playlist'). Returns snippet (title, type, style, position) and contentDetails (playlists[], channels[]). Useful for understanding how a channel organizes and surfaces its content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idNoChannel ID to fetch sections for
mineNoSet to true to fetch the authenticated user's sections
Behavior3/5

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

Annotations already indicate read-only and open-world behavior. The description adds return structure details (snippet and contentDetails fields) but does not disclose potential errors, rate limits, or any other behavioral traits beyond what annotations provide.

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?

Two concise sentences that front-load the action and provide key details without extraneous information.

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?

Given no output schema, the description adequately explains return values with field names and example types. Missing are details on pagination or result limits, but overall sufficient for a simple list tool.

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 coverage is 100%, so the baseline is 3. The description does not add additional meaning or constraints beyond the schema's own parameter descriptions for channel_id and mine.

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?

Clearly states the tool retrieves the shelf and section layout of a YouTube channel page, with concrete examples like 'Featured Videos' and 'Popular Uploads'. It distinguishes itself from sibling tools that deal with metadata, activities, or other channel data.

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

Usage Guidelines4/5

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

Provides a explicit use case ('useful for understanding how a channel organizes and surfaces its content'), but does not specify when not to use or directly compare to alternatives like list_channel_activities or get_channel_metadata.

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/mrsknetwork/ytmcp'

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