Skip to main content
Glama

TopTik — TikTok data

tiktok_search_creators

Read-onlyIdempotent

Keyword search over accounts, with follower counts. Pages by offset, not cursor. For one exact @handle use tiktok_resolve_username instead: it is cheaper and more reliable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch keywords.
countNoResults per page. (1-30, default 10)
expandNofalse (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you need is missing from the compact form. Same price either way.
offsetNoNumber of results to skip: 0, then count, then 2 x count. (default 0)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already convey read-only, open-world, and idempotent behavior. The description adds useful behavioral detail beyond that: pagination uses offset rather than a cursor, and results include follower counts. This meaningfully extends what structured annotations alone provide.

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 sentences with no filler: the core purpose is front-loaded, the key behavioral caveat is second, and the alternative routing is third. Every sentence earns its place.

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 4-parameter search tool with fully documented schema properties and read-only annotations, the description covers the essential behavioral details and the primary alternative tool. Nothing needed to call it correctly is missing.

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, but the description adds semantic value: 'keyword search over accounts' clarifies what q targets, and 'pages by offset, not cursor' gives practical meaning to the offset parameter beyond the schema's skip-count description.

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 this is a keyword search over accounts and that it returns follower counts, which identifies both the operation and the resource. It also distinguishes itself from tiktok_resolve_username, making it easy to tell apart from a near-neighbor sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly gives the alternative for exact @handle lookups and explains why that alternative is preferable (cheaper and more reliable). This gives an agent a concrete routing rule: use this tool for keyword search, but switch to tiktok_resolve_username for exact handles.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources