TikTok / Social Commerce
TikTok Video Detail MCP Tool
TikTok Video Detail. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.
MCP tool name
nexscope_chuhaijiang_tiktok_video_detailLegacy 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-detail-1",
"method": "tools/call",
"params": {
"name": "nexscope_chuhaijiang_tiktok_video_detail",
"arguments": {
"country": "us",
"include": "core",
"id": "6788833646091504902"
}
}
}Legacy endpoint
POST /api/skill-api/v1/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-detailArguments
| 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 |
include | string | optional | Comma-separated expansions: core. Request only needed expansions. Example: core |
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[].id | string | optional | Video detail identity: id. |
data.data.items[].unique_id | string | optional | Video detail identity: unique id. |
data.data.items[].nickname | string | optional | Video detail identity: nickname. |
data.data.items[].share_url | string | optional | Video detail identity: share url. |
data.data.items[].video_cover | object | optional | Provider image object: video cover. |
data.data.items[].user_avatar | object | optional | Provider image object: user avatar. |
data.data.items[].video_duration | integer | optional | Provider duration or author count; preserve original units: video duration. |
data.data.items[].follower_count | integer | optional | Provider duration or author count; preserve original units: follower count. |
data.data.items[].video_count | integer | optional | Provider duration or author count; preserve original units: video count. |
data.data.items[].video_avg_play_count | number | optional | Author historical average metric: video avg play count. |
data.data.items[].video_avg_like_count | number | optional | Author historical average metric: video avg like count. |
data.data.items[].author_avg_engagement_rate | number | optional | Author historical average metric: author avg engagement rate. |
data.data.items[].had_product | boolean | optional | Provider content flag: had product. |
data.data.items[].has_comment | boolean | optional | Provider content flag: has comment. |
data.data.core | object | optional | Core value used by this API operation. |
data.data.core.items | array | optional | Items value used by this API operation. |
data.data.core.items[] | object | required | Item in data data core items. |
data.data.core.items[].core_country_code | string | optional | Country of the returned video: core country code. |
data.data.core.items[].core_video_play_count | integer | optional | Core video engagement count: core video play count. |
data.data.core.items[].core_video_like_count | integer | optional | Core video engagement count: core video like count. |
data.data.core.items[].core_video_comment_count | integer | optional | Core video engagement count: core video comment count. |
data.data.core.items[].core_video_share_count | integer | optional | Core video engagement count: core video share count. |
data.data.core.items[].core_video_collect_count | integer | optional | Core video engagement count: core video collect count. |
data.data.core.items[].core_video_engagement_rate | number | optional | Core video decimal ratio: core video engagement rate. |
data.data.core.items[].core_video_like_play_ratio | number | optional | Core video decimal ratio: core video like play ratio. |
data.data.core.items[].core_video_30d_gpm | object | optional | Thirty-day GPM with original unit and value: core video 30d gpm. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"country": "us",
"include": "core",
"id": "6788833646091504902"
}Example structuredContent
{
"data": {
"data": {
"items": []
}
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}