youtube_channel_home
Channel home page payload (featured shelves + meta).
Bulk support: accepts ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ids | No | ||
| token | No | ||
| forUsername | No |
Channel home page payload (featured shelves + meta).
Bulk support: accepts ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ids | No | ||
| token | No | ||
| forUsername | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behavior. The description adds no further behavioral details such as permissions, rate limits, or side effects. It only hints at response content ('featured shelves + meta'), which is more about output than behavior, and does not go beyond what annotations already cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, with two short sentences and no unnecessary words. It is well-structured and gets straight to the point, providing a clear overview without verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is sparse: it does not explain the purpose of the parameters (id vs. ids, token, forUsername) or the full contents of the payload beyond 'featured shelves + meta'. Without an output schema, this leaves significant gaps in understanding what to expect and how to use the tool effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% as parameters have no descriptions. The description explains that 'ids' enables batch execution, but leaves id, token, and forUsername unexplained. It compensates only partially for the lack of parameter metadata, so the meaning of most parameters remains ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves the channel home page payload with featured shelves and metadata. This is specific and distinct from sibling tools like youtube_channel_about, youtube_channel_featured, or youtube_channel_videos, which target different sections of a channel.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus alternatives. It only mentions 'Channel home page payload' without differentiating from the many sibling tools (e.g., featured, about, community). Bulk support is mentioned but does not clarify selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.