Skip to main content
Glama
CreatorDB

creatordb-mcp-server

Official
by CreatorDB

get_youtube_profile

Retrieve a YouTube creator's complete profile: subscriber count, verification, topics, niches, growth trends, related creators, and sponsorship pricing. Input YouTube channel ID in UC format.

Instructions

Get a YouTube creator's profile: display name, subscriber count, description, isVerified, country (ISO 3166-1 alpha-3), main language, linked socials, channel-level hashtags, YouTube native channel categories, AI-classified topics (coarse) and niches (granular), subscriberGrowth.g7/g30/g90 trend deltas, relatedCreators UC IDs for discovery, and sponsored videoPrice + shortsPrice blocks with low/raw/high CPM and dollar bands (YouTube-only — IG/TT do not return pricing). Use list_youtube_topics / list_youtube_niches to resolve topic/niche IDs to human names. Costs 2 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelIdYesYouTube channel ID (the immutable UC… form, e.g. "UCX6OQ3DkcsbYNE6H8uQQuVA"). "@handle", "/c/vanity", and "/user/legacy" URLs are NOT accepted here — resolve them to a UC channelId first.
Behavior4/5

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

No annotations are provided, so the description must disclose behavior fully. It mentions the cost of 2 credits, outlines what data is returned (including specific fields), and clarifies that certain fields are platform-specific. It does not mention side effects, prerequisites, or potential errors, but lacks any contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is detailed but efficient given the complexity of the return data. It front-loads the main purpose and then lists fields concisely. The list is somewhat long but each item is necessary to convey the scope of the profile data. No unnecessary 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?

Since there is no output schema, the description fully explains what data is returned, including nested fields like subscriberGrowth and pricing blocks. It also references related tools for resolving IDs and notes credit cost. For a single-parameter tool, this is complete and self-contained.

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

Parameters5/5

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

With 100% schema description coverage, the parameter already has a description explaining the format. The tool description adds substantial context: it specifies the required UC… form, provides an example, and explicitly warns against using @handle, /c/vanity, or /user/legacy URLs, which is valuable 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 explicitly states 'Get a YouTube creator's profile:' followed by a comprehensive list of returned fields. The verb ('get') and resource ('youtube profile') are clear, and the tool is distinct from sibling tools like get_youtube_audience which focus on different aspects.

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 guidance on when to use the tool (to retrieve profile data) and instructs to use list_youtube_topics/list_youtube_niches for resolving topic/niche IDs. It also notes that pricing data is YouTube-only, implying not to use it for Instagram/TikTok. However, it does not explicitly contrast with siblings like get_youtube_sponsorship that may share some fields.

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/CreatorDB/creatordb-mcp-server'

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