Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_youtube_creators_facets

Get aggregated counts of YouTube creators by region or discovery source. Filter the dataset by followers, views, join date, or channel details to analyze distribution and trends.

Instructions

Facet the YouTube creators dataset. Returns terms aggregation counts for the YouTube creators dataset. Facet enum: region, discovery_source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over channel_name and bio, max 256 characters
sortNoSort enum: relevance, followers_desc, followers_asc, views_desc, videos_desc, hydrated_at_desc, hydrated_at_asc
facetYesFacet enum: region, discovery_source
regionNoExact channel region/country filter (case-insensitive), max 128 characters
has_bioNoFilter by a non-empty About bio
has_linksNoFilter by at least one linked external URL
max_viewsNoMaximum total view count
min_viewsNoMinimum total view count
channel_idNoExact channel id filter, max 128 characters
max_videosNoMaximum uploaded-video count
min_videosNoMinimum uploaded-video count
joined_afterNoChannels created on or after this date (RFC3339 or YYYY-MM-DD)
joined_beforeNoChannels created on or before this date (RFC3339 or YYYY-MM-DD)
max_followersNoMaximum subscriber count
min_followersNoMinimum subscriber count
hydrated_afterNoRecords last refreshed on or after this date (RFC3339 or YYYY-MM-DD)
hydrated_beforeNoRecords last refreshed on or before this date (RFC3339 or YYYY-MM-DD)
discovery_sourceNoExact filter for how the channel was discovered, max 128 characters
views_count_availableNoFilter by whether the channel has a known total view count
videos_count_availableNoFilter by whether the channel has a known uploaded-video count
followers_count_availableNoFilter by whether the channel exposes a public subscriber count
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It does disclose that the tool returns terms aggregation counts, but it does not explain whether the many filter parameters are applied to the aggregation, how many buckets are returned, or the exact response shape. This is adequate but not transparent.

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 short and front-loaded with the core operation and output type. However, 'for the YouTube creators dataset' appears twice, creating minor redundancy; otherwise every sentence earns its place.

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?

The tool has 21 parameters and no output schema or annotations, yet the description only provides the facet enum and the vague output type. It does not explain filter-query interaction, response shape, or aggregation limits, leaving meaningful gaps for a tool of this complexity.

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 every parameter. The description repeats the facet enum values that are also in the schema but adds no new semantic meaning beyond the structured field descriptions.

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 specifies the verb 'facet,' the resource ('YouTube creators dataset'), and the exact output type ('terms aggregation counts'). It also lists the facet enum values, which clearly separates this aggregation tool from sibling record-level tools like datasets_youtube_creators_search and datasets_youtube_creators_item.

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?

Usage is implied by the word 'facet' and the description of aggregation counts, but there is no explicit guidance about when to choose this over the search or item siblings. No exclusions or alternative routing are provided, leaving the agent to infer the appropriate context.

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/Crawlora-org/crawlora-mcp'

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