Skip to main content
Glama

List TikTok comment replies

list_tiktok_comment_replies
Read-only

Fetch one page of replies to a numeric parent comment ID. Keep the video URL and parent ID unchanged when passing the returned cursor. Each successful page costs 0.2 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
cursorNo
comment_idYes

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. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context beyond the annotations: pagination is one-page-at-a-time, the cursor must be passed back with unchanged URL and parent ID, and each successful page costs 0.2 credits. No contradiction with annotations.

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 concise sentences with no filler. The core action is front-loaded, and the pagination/cost notes are placed where they are easy to act on. Every sentence earns its place.

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?

With an output schema present, return values do not need explanation. The description covers the essential invocation behavior: fetching one page, using a parent comment ID, and preserving context across pages. It does not mention how to obtain a comment_id from a sibling tool, but this is not necessary for correct invocation.

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?

With 0% schema description coverage, the description compensates by identifying comment_id as a 'parent comment ID', url as the 'video URL', and cursor as the 'returned cursor'. This adds meaning beyond the raw schema, especially the parent relationship and the instruction to keep the other parameters stable when using the cursor.

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 the action ('Fetch one page of replies') and the resource ('a numeric parent comment ID'), making it distinct from sibling tools like list_tiktok_video_comments, which list top-level comments. The phrasing is specific and immediately tells the agent what this tool is for.

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

Usage Guidelines3/5

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

The description implies usage for paginating through replies via the returned cursor and instructs the agent to keep the video URL and parent ID unchanged. However, it does not explicitly state when to prefer this tool over alternatives, such as when to use list_tiktok_video_comments versus this 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.