Skip to main content
Glama

Look up a channel

get_channel
Read-onlyIdempotent

Retrieve channel details by handle, ID, or URL, including subscriber count, total views, video count, and uploads playlist ID.

Instructions

Look up any channel by @handle, id or URL. Returns subscribers, total views, video count and the uploads playlist id. Subscriber counts are rounded by YouTube itself above 1,000 and read as hidden when the owner hides them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoWhich connected channel's quota to spend. Only matters when several are connected.
channelYes@handle, channel id (UC…), or a channel URL.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable behavioral context beyond annotations by disclosing YouTube-specific rounding of subscriber counts above 1,000 and the `hidden` value when owners hide counts.

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 front-load the lookup action and identifier formats, then add return fields and an important data caveat. Every sentence earns its place with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only lookup with complete schema parameter descriptions, the description fully covers what the tool returns and an important edge case. No output schema exists, but the return fields are enumerated, so the agent has enough to invoke and interpret results.

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 description coverage is 100%, so the schema already documents both parameters. The description reinforces the `channel` parameter's accepted forms but does not add substantial new meaning beyond the schema.

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 uses a specific verb ('look up') with a clear resource ('any channel') and enumerates the accepted identifier formats and returned fields. It differentiates from siblings like get_my_channel by emphasizing 'any channel.'

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 clearly indicates this is for looking up channels by handle, id, or URL, which implies general channel lookup. It does not explicitly contrast with sibling tools like analyze_channel or get_my_channel, but the 'any channel' wording provides clear context without exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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