TikTok / Social Commerce

Chuhaijiang TikTok Video Detail MCP Tool

Chuhaijiang 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
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-video-detail/run
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": {
      "include": "core",
      "country": "us",
      "id": "6788833646091504902"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-video-detail/run
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.

No response field schema is defined for this tool.

Examples

Example arguments

{
  "include": "core",
  "country": "us",
  "id": "6788833646091504902"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "data": {
    "items": []
  }
}