TikTok / Social Commerce
TikTok Video Reviews MCP Tool
TikTok Video Reviews. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.
MCP tool name
nexscope_chuhaijiang_tiktok_video_reviewsLegacy MCP endpoint
/api/skill-api/v1/mcpJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk-xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "chuhaijiang-tiktok-video-reviews-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_video_reviews",
"arguments": {
"id": "6788833646091504902",
"country": "us",
"page": 1,
"pageSize": 3
}
}
}Legacy endpoint
POST /api/skill-api/v1/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-reviewsArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
country | string | required | Lowercase request market. Returned country_code may differ; preserve both. Example: us |
id | string | required | Video ID returned by its search operation. Keep identifiers as strings to avoid precision loss. Example: 6788833646091504902 |
page | integer | optional | Page number, starting at 1. No automatic pagination. Example: 1 |
pageSize | integer | optional | Items per page, from 1 to 10. Omission preserves the upstream default. Example: 3 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.request_id | string | optional | Request id value used by this API operation. |
data.data | object | optional | Data value used by this API operation. |
data.data.items | array | optional | Items value used by this API operation. |
data.data.items[] | object | required | Item in data data items. |
data.data.items[].tiktok_video_detail_comment_id | string | optional | Comment identity and text: tiktok video detail comment id. |
data.data.items[].tiktok_video_detail_comment_text | string | optional | Comment identity and text: tiktok video detail comment text. |
data.data.items[].tiktok_video_detail_comment_unique_id | string | optional | Comment identity and text: tiktok video detail comment unique id. |
data.data.items[].tiktok_video_detail_comment_nickname | string | optional | Comment identity and text: tiktok video detail comment nickname. |
data.data.items[].tiktok_video_detail_video_id | string | optional | Comment identity and text: tiktok video detail video id. |
data.data.items[].tiktok_video_detail_comment_create_time | integer | optional | Provider comment timestamp or count; preserve original units: tiktok video detail comment create time. |
data.data.items[].tiktok_video_detail_comment_like_count | integer | optional | Provider comment timestamp or count; preserve original units: tiktok video detail comment like count. |
data.data.items[].tiktok_video_detail_comment_reply_count | integer | optional | Provider comment timestamp or count; preserve original units: tiktok video detail comment reply count. |
data.data.items[].tiktok_video_detail_comment_user_avatar | object | optional | Avatar object with thumb_url and url: tiktok video detail comment user avatar. |
data.data.total_count | integer | optional | Total count value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"id": "6788833646091504902",
"country": "us",
"page": 1,
"pageSize": 3
}Example structuredContent
{
"data": {
"data": {
"items": [],
"total_count": 0
}
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}