tiktok.video_comments
ActiveTool of Vee3
declared in 1.27.1
List comments on a TikTok video. Provide either video_id or video_url, not both. Pass cursor from a previous response to fetch the next page. Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_video_commentsArguments",
"properties": {
"count": {
"anyOf": [
{
"type": "integer",
"maximum": 50,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Count",
"default": null,
"description": "Number of comments to return (max 50)."
},
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response."
},
"video_id": {
"anyOf": [
{
"type": "string",
"maxLength": 32
},
{
"type": "null"
}
],
"title": "Video Id",
"default": null,
"description": "TikTok video id."
},
"video_url": {
"anyOf": [
{
"type": "string",
"maxLength": 2048
},
{
"type": "null"
}
],
"title": "Video Url",
"default": null,
"description": "TikTok video URL."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries