Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_creators_search

Search TikTok creators by handle, niche, country, follower count, and verified status. Filter by email presence and include inactive accounts for historical lookups. Sort by followers, engagement, likes, or relevance.

Instructions

Search the TikTok creators dataset. Searches TikTok creators stored in a search index (one document per creator), with follower counts, verified status, niche, and engagement. Deleted and private accounts are excluded by default; set include_inactive=true to include them for historical lookups. Sort enum: followers_desc, engagement_desc, likes_desc, relevance. Coverage note: followers_desc, likes_desc, and relevance are backed by profile fields present across the full dataset; the post-level engagement metrics (engagement_rate, avg_views, and the nested post_stats object) and the engagement_desc sort are currently populated for a growing subset of creators, prioritizing the highest-reach accounts. Creators without these metrics are still returned but sort last under engagement_desc and omit those fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over handle, nickname and bio, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: followers_desc, engagement_desc, likes_desc, relevance. engagement_desc ranks by post-level engagement rate, currently populated for a subset of creators (highest-reach first); creators without it sort last
nicheNoExact content-niche filter, max 128 characters
handleNoExact handle lookup (case-insensitive), e.g. khaby.lame; returns the single creator with that exact @handle
countryNoExact creator country/region filter, max 128 characters
verifiedNoFilter by verified badge; true keeps only verified creators
has_emailNoFilter by contact-email presence; true keeps only creators with an email
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
min_followersNoMinimum follower count
include_inactiveNoInclude deleted/private accounts; defaults to false (only live accounts returned)
Behavior4/5

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

With no annotations provided, the description takes on the full burden of disclosure. It transparently explains default exclusion of inactive accounts, the partial population of engagement metrics, and that creators without those metrics sort last and omit fields. This is thorough behavioral documentation beyond what the schema alone provides.

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 well-structured and concise. It starts with a clear purpose, then efficiently covers filtering, sorting, and data coverage. Every sentence adds essential information without redundancy. The length is appropriate for the complexity of the tool.

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

Completeness4/5

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

For a search tool with 11 parameters and no output schema, the description covers filtering behavior, sort options, and data coverage well. It explains that engagement metrics are missing for some creators. However, it does not describe the response format or pagination metadata, which would improve completeness.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds significant context beyond the schema, such as the case-insensitive handle lookup, the coverage nuances for engagement_desc sort, and the default behavior for include_inactive. This extra information helps the agent understand parameter interactions and data quality.

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 clearly states it searches a TikTok creators dataset, specifying the indexed fields (follower counts, verified status, niche, engagement). However, it does not explicitly distinguish this tool from sibling tools like tiktok_search_user or tiktok_profile, which could cause confusion about when to use the dataset search vs live lookup.

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 description provides some usage guidance: it explains that inactive accounts are excluded by default and how to include them, and it details the sort enum behavior and coverage nuances. However, it does not compare this tool to alternatives or state when to use it over other TikTok creator search tools, leaving the agent to infer from 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