Skip to main content
Glama
CreatorDB

creatordb-mcp-server

Official
by CreatorDB

search_tiktok

Search for TikTok creators by applying structured filters such as country, language, hashtags, and follower count. Retrieve detailed creator lists with pagination.

Instructions

Search TikTok creators using structured filters. Costs 1 credit per 10 filters (max 10). Use totalFollowers (NOT totalSubscribers) for count thresholds. TT has niches but NOT topics (YouTube-only). Hashtag values need the "#" prefix. Note: TikTok does not expose a per-brand sponsorship endpoint, so hasSponsors-style filtering is coarser than on YT/IG. Response: creatorList, totalResults, hasNextPage, nextOffset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtersYesSearch filters (max 10). Billed at 1 credit per 10 filters.
pageSizeNoResults per page (max 100).
offsetNoNumber of records to skip for pagination.
sortByNoField to sort by (e.g. totalSubscribers, totalFollowers, avgEngagementRate).
descNoSort descending (true) or ascending (false).
Behavior4/5

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

Discloses cost, pagination with nextOffset, response shape (creatorList, totalResults, hasNextPage), and coarser sponsorship filtering. No annotations exist, so description carries full behavioral burden.

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?

Single paragraph with dense, valuable info. Could be slightly better structured (e.g., bullet points) but is front-loaded with purpose and efficient in word count.

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?

Covers cost, filter count, pagination, response fields, and platform differences. No output schema, but response fields are listed. Missing potential details like data freshness, but complete enough for selection.

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%, but description adds meaningful guidance: 'Use totalFollowers (NOT totalSubscribers)' for count thresholds, 'Hashtag values need the "#" prefix.' These go beyond schema 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 clearly states 'Search TikTok creators using structured filters,' specifying the action and resource. It distinguishes from sibling tools by mentioning platform-specific fields like totalFollowers and niches vs topics, making it unique among search tools.

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?

Provides explicit guidelines: credit cost per 10 filters, max 10 filters, and platform-specific instructions (use totalFollowers, hashtag '#'). Lacks a direct contrast with search_creators_nls but offers clear 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/CreatorDB/creatordb-mcp-server'

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