Skip to main content
Glama

List TikTok profile videos

list_tiktok_profile_videos
Read-only

Fetch one cursor-paginated page of current TikTok videos for a username.

Use the returned cursor to paginate and choose latest or popular ordering. Media URLs are temporary. Content always resolves against the US region. Each successful page, including an empty page, costs 0.2 account credits. A private account returns a forbidden error rather than an empty page; do not retry it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
regionNoUS
sort_byNolatest
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
countNo
resultsNo
has_moreNo
not_foundNo
next_cursorNo
suggested_followupsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / cursor / maxLength
      Previous value: -512New value: +2048
  2. Changed5 schema fields changed
    • addedInput schema / properties / region / const
      Added value: +"US"
    • addedInput schema / properties / region / default
      Added value: +"US"
    • removedInput schema / properties / region / maxLength
      Removed value: -2
    • removedInput schema / properties / region / minLength
      Removed value: -2
    • removedInput schema / properties / region / pattern
      Removed value: -"^[a-zA-Z]{2}$"
  3. Added

TDQS

A4.8/5.0
Behavior5/5

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

Even with readOnlyHint, openWorldHint, and destructiveHint annotations, the description adds substantial behavior: media URLs are temporary, content resolves against the US region, each successful page costs 0.2 credits, empty pages still cost, and private accounts return a forbidden error. This goes well beyond annotation defaults.

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 compact and front-loaded: the primary action is stated first, followed by pagination/ordering, then pricing, regional behavior, and error handling. Every sentence contributes non-obvious information without repetition.

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?

Given the tool's complexity and the presence of an output schema, the description covers everything needed to invoke it correctly: pagination mechanics, ordering choices, temporary media URLs, region resolution, credit costs, and private-account error behavior. No critical operational detail is missing.

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

Parameters5/5

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

With 0% schema description coverage, the description carries the full burden for parameters, and it succeeds. It explains that cursor is the returned pagination value, sort_by controls latest/popular ordering, and region is fixed to the US. This adds real meaning beyond the bare schema fields.

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 states a specific verb and resource: 'Fetch one cursor-paginated page of current TikTok videos for a username.' It clearly scopes the tool to profile videos for a given username, distinguishing it from sibling list tools that target hashtags, music, or comments.

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?

It gives explicit operational guidance: use the returned cursor to paginate, choose latest or popular ordering, and do not retry private accounts. It does not name alternative sibling tools, but the username-based scope plus pagination/retry instructions provide clear context for when and how to use it.

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.