tiktok_comment_replies
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Replies under a TikTok comment — text, author, likes, timestamp, with cursor pagination (nextCursor + hasMore). Flat 2 credits. Costs ~2 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"url",
"comment_id"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Public TikTok video URL, e.g. https://tiktok.com/@user/video/ID. Not a YouTube/Instagram/Facebook URL. The URL platform must match this tool's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 50, max 500. Flat 2 credits per call."
},
"cursor": {
"type": "string",
"description": "Pagination cursor. Leave empty for the first page; then pass the nextCursor value returned in the previous response."
},
"comment_id": {
"type": "string",
"description": "ID of the parent comment to fetch replies for (from the comments endpoint)."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries