Skip to main content
Glama

youtube_channel_about

Read-onlyIdempotent

Channel description, links, country, subscriber count, banner.

Bulk support: accepts ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
idsNo
forUsernameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds a useful behavioral detail about batch execution and hints at the returned content, but it does not disclose potential edge cases like response format, invalid identifiers, or interaction between id, ids, and forUsername.

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 exceptionally concise: two short sentences front-loading the key outputs and bulk capability. No repeating of the tool name or schema, and every word serves a clear purpose.

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?

As a simple metadata-fetch tool with no output schema, this description partially covers the return fields (description, links, country, subscriber count, banner) and batch support. However, it leaves significant gaps around parameter semantics and result behavior, so it is adequate but not fully complete for a tool with zero schema descriptions and no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must clarify parameter usage. It only hints that 'ids' are for batched execution, but it does not explain the distinction between id and forUsername, the expected format, or how multiple parameters compose. This leaves significant semantic ambiguity for an agent.

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 lists the specific data returned (description, links, country, subscriber count, banner), clearly indicating a retrieval operation for a channel's 'about' info. It distinguishes the tool from siblings by naming these about-specific fields, even though it lacks an explicit verb like 'get' or 'retrieve'.

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 'Bulk support: accepts ids for batched execution' line provides a clear usage hint for when to use batch mode, but there is no explicit guidance on when to use this tool instead of alternatives like youtube_channel_home or youtube_channel_videos. Context implies it is the canonical 'about' endpoint, but the description does not state exclusions or preferred use cases.

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.