Channel Channels
get_v1_channel_channelsChannel Channels Group: Channel. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | ||
| hl | No | ||
| id | No | ||
| cursor | No | ||
| filter | No |
get_v1_channel_channelsChannel Channels Group: Channel. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | ||
| hl | No | ||
| id | No | ||
| cursor | No | ||
| filter | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. The only disclosed behavior is 'Billing per call: 1 Credits,' which reveals a cost aspect. However, it does not state whether the operation is read-only, what data is returned, authentication needs, or any side effects. This is a marginal addition at best.
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 text is short but not appropriately structured; 'Channel Channels Group: Channel' is redundant and confusing. The billing note is the only substantive clause. Conciseness should not come at the cost of clarity—this is under-specification rather than effective brevity.
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?
With 5 parameters, no output schema, no enums, and no annotations, the description needs to provide substantial context. It provides virtually none—no return format, no parameter semantics, no behavioral notes. An agent cannot know what this tool does or how to use it correctly.
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 description coverage is 0%, and the description provides no elaboration on the 5 parameters (gl, hl, id, cursor, filter). With no explanation in the description, an agent has to guess parameter formats, allowed values, or relationships (e.g., whether id is required for specific filters). The description adds zero value beyond the schema.
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 'Channel Channels Group: Channel' is essentially a tautology that restates the tool name without indicating any action or purpose. It does not specify what 'channels' means or how this tool differs from siblings like get_v1_channel_details or get_v1_channel_videos. The only additional information, 'Billing per call', does not clarify function.
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?
There is zero guidance on when to use this tool versus the many sibling tools (e.g., get_v1_channel_playlists, get_v1_channel_search). No conditions, alternatives, or exclusions are mentioned. While not misleading, the absence of any usage context fails to help an agent decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.