Skip to main content
Glama

TopTik — TikTok data

tiktok_creator_playlists

Read-onlyIdempotent

A creator's playlists (TikTok calls them mixes or series). Most creators have none, which returns total 0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYessec_uid (MS4w…) or numeric uid.
cursorNocursor from the previous page. Omit for page one. (default 0)
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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true, so the safety profile is handled by structured data. The description adds genuinely useful behavioral context: most creators have no playlists and the API returns total 0, which sets expectations for a common empty result despite the resource being valid. This goes slightly beyond the annotations without contradicting them.

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, roughly 24 words, with zero filler: the first establishes resource and terminology, the second sets empty-result expectations. Both sentences earn their place, and the content is front-loaded with the core purpose. This is an appropriately sized description for a simple list 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?

Given a fully documented schema and three safety annotations, the description is nearly complete for correct invocation: the agent knows the tool is read-only, idempotent, takes a sec_uid/numeric uid, supports pagination and expand, and may legitimately return zero results. The only real gap is the absence of an output schema (mitigated slightly by the 'total 0' hint), which is a schema responsibility rather than a description failure.

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 baseline of 3 applies. The description itself adds no parameter detail, but the schema thoroughly documents all three parameters: the id pattern (sec_uid with MS4w prefix or numeric uid), cursor pagination semantics (omit for page one, default 0), and the expand flag's size warning (can exceed 500 KB for list tools). No compensation is needed.

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 names the resource ('creator's playlists') and disambiguates TikTok's terminology ('mixes or series'), which distinguishes it from every sibling tool — none of the 24 siblings cover playlists. However, the verb is only implied ('A creator's playlists' rather than 'List a creator's playlists'), so an agent must infer that the tool retrieves, not creates or modifies. The 'returns total 0' line reinforces that it is a read-style list operation.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives — no when-to, when-not-to, or sibling routing. The only usage hint anywhere is inside the expand parameter's schema description (ask for the full API response only when a needed field is missing), not in the tool description. The 'most creators have none' line manages expectations but does not help an agent decide between this and any other creator-centric tool.

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