Skip to main content
Glama

TopTik — TikTok data

tiktok_search_sounds

Read-onlyIdempotent

Keyword search over sounds, with usage counts. cursor is an offset: pass the previous response's cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch keywords.
countNoResults per page. (1-30, default 20)
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

A4.2/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 genuinely useful pagination behavior by explaining that cursor is an offset and must be passed from the previous response, which goes beyond the schema's generic wording.

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?

A single front-loaded sentence conveys the core operation and the most important pagination detail. There is no wasted wording.

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?

The description covers what the tool does and how pagination works, and the rich schema covers parameters and the compact-vs-expanded response choice. With no output schema, a bit more detail about the result shape would be ideal, but the 'usage counts' hint plus expand parameter make it sufficient.

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 q, count, cursor, and expand thoroughly. The description adds little parameter meaning beyond restating the cursor offset behavior, which the schema already covers.

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 names a specific verb ('search') and resource ('sounds'), and adds the distinctive detail that results include usage counts. This is enough to set it apart from sibling search tools like tiktok_search_creators or tiktok_search_hashtags.

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?

The phrase 'Keyword search over sounds' clearly establishes when the tool applies, and the sibling set contains no other sound keyword-search tool, so confusion is unlikely. It does not explicitly name alternatives or exclusions, but the context is strong.

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