Nexscope

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_detail
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If 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/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-detail

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
idstringrequired
Video ID returned by its search operation. Keep identifiers as strings to avoid precision loss.
Example: 6788833646091504902
includestringoptional
Comma-separated expansions: core. Request only needed expansions.
Example: core

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.request_idstringoptional
Request id value used by this API operation.
data.dataobjectoptional
Data value used by this API operation.
data.data.itemsarrayoptional
Items value used by this API operation.
data.data.items[]objectrequired
Item in data data items.
data.data.items[].idstringoptional
Video detail identity: id.
data.data.items[].unique_idstringoptional
Video detail identity: unique id.
data.data.items[].nicknamestringoptional
Video detail identity: nickname.
data.data.items[].share_urlstringoptional
Video detail identity: share url.
data.data.items[].video_coverobjectoptional
Provider image object: video cover.
data.data.items[].user_avatarobjectoptional
Provider image object: user avatar.
data.data.items[].video_durationintegeroptional
Provider duration or author count; preserve original units: video duration.
data.data.items[].follower_countintegeroptional
Provider duration or author count; preserve original units: follower count.
data.data.items[].video_countintegeroptional
Provider duration or author count; preserve original units: video count.
data.data.items[].video_avg_play_countnumberoptional
Author historical average metric: video avg play count.
data.data.items[].video_avg_like_countnumberoptional
Author historical average metric: video avg like count.
data.data.items[].author_avg_engagement_ratenumberoptional
Author historical average metric: author avg engagement rate.
data.data.items[].had_productbooleanoptional
Provider content flag: had product.
data.data.items[].has_commentbooleanoptional
Provider content flag: has comment.
data.data.coreobjectoptional
Core value used by this API operation.
data.data.core.itemsarrayoptional
Items value used by this API operation.
data.data.core.items[]objectrequired
Item in data data core items.
data.data.core.items[].core_country_codestringoptional
Country of the returned video: core country code.
data.data.core.items[].core_video_play_countintegeroptional
Core video engagement count: core video play count.
data.data.core.items[].core_video_like_countintegeroptional
Core video engagement count: core video like count.
data.data.core.items[].core_video_comment_countintegeroptional
Core video engagement count: core video comment count.
data.data.core.items[].core_video_share_countintegeroptional
Core video engagement count: core video share count.
data.data.core.items[].core_video_collect_countintegeroptional
Core video engagement count: core video collect count.
data.data.core.items[].core_video_engagement_ratenumberoptional
Core video decimal ratio: core video engagement rate.
data.data.core.items[].core_video_like_play_rationumberoptional
Core video decimal ratio: core video like play ratio.
data.data.core.items[].core_video_30d_gpmobjectoptional
Thirty-day GPM with original unit and value: core video 30d gpm.

Any of option 2

NameTypeRequiredDescription
datanullrequired
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
}