Skip to main content
Glama
kud
by kud

list-channel-sections

Retrieve the sections displayed on a channel's homepage. Specify a channel ID or omit it to list your own channel's sections.

Instructions

List channel sections (the shelves shown on a channel's homepage) for a channel, or your own if channelId is omitted. Costs 1 quota unit per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelIdNoChannel ID to list; defaults to the authenticated user's channel
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the default channel behavior and the quota cost per call, which goes beyond the bare operation. It could mention return format, but for a simple list operation this is reasonable.

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 two concise sentences, front-loaded with the action and resource, and includes a helpful clarification in parentheses. Every word earns its place with zero 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?

The tool is simple and the description covers its core purpose and parameter behavior, but without an output schema, it omits return format or pagination details. This is a gap for an AI agent, though the cost and default behavior partially compensate.

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?

The input schema already provides 100% coverage for the only parameter channelId, including its default behavior. The description reiterates this information without adding new semantic detail, so it neither elevates nor diminishes the schema's clarity.

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?

The description clearly states the verb 'list' and the resource 'channel sections', with a parenthetical explanation of what channel sections are and a definition of the default behavior when channelId is omitted. This distinguishes it from sibling tools like create-channel-section or update-channel-section.

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?

The description provides clear usage context by explaining that omitting channelId targets the authenticated user's channel and by mentioning the quota cost. It does not explicitly name alternatives, but the verb 'list' and the context of sibling tools make the usage clear.

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

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