Nexscope

TikTok / Social Commerce

TikTok Live Detail MCP Tool

TikTok Live Detail. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.

MCP tool name
nexscope_chuhaijiang_tiktok_live_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-live-detail-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_live_detail",
    "arguments": {
      "country": "us",
      "include": "core",
      "id": "7643101948819835678"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-live-detail

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
idstringrequired
Livestream ID returned by its search operation. Keep identifiers as strings to avoid precision loss.
Example: 7643101948819835678
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
Livestream identity: id.
data.data.items[].titlestringoptional
Livestream identity: title.
data.data.items[].room_linkstringoptional
Livestream identity: room link.
data.data.items[].user_idstringoptional
Livestream identity: user id.
data.data.items[].user_nicknamestringoptional
Livestream identity: user nickname.
data.data.items[].country_codestringoptional
Livestream identity: country code.
data.data.items[].most_product_category_labelstringoptional
Livestream identity: most product category label.
data.data.items[].start_timeintegeroptional
Unix timestamp in milliseconds: start time.
data.data.items[].end_timeintegeroptional
Unix timestamp in milliseconds: end time.
data.data.items[].coverobjectoptional
Image object with url and thumb_url: cover.
data.data.items[].user_avatarobjectoptional
Host avatar with url and thumb_url: user avatar.
data.data.items[].user_follower_countintegeroptional
Host historical count: user follower count.
data.data.items[].user_live_countintegeroptional
Host historical count: user live count.
data.data.items[].user_avg_audience_countnumberoptional
Host historical average audience: user avg audience count.
data.data.items[].user_avg_max_audience_countnumberoptional
Host historical average audience: user avg max audience count.
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[].idstringoptional
Core livestream identifier: id.
data.data.core.items[].core_room_idstringoptional
Core livestream identifier: core room id.
data.data.core.items[].core_country_codestringoptional
Core livestream identifier: core country code.
data.data.core.items[].core_gmvobjectoptional
Monetary metric with original unit and value: core gmv.
data.data.core.items[].core_gpmobjectoptional
Monetary metric with original unit and value: core gpm.
data.data.core.items[].core_avg_priceobjectoptional
Monetary metric with original unit and value: core avg price.
data.data.core.items[].core_product_countintegeroptional
Core livestream performance count: core product count.
data.data.core.items[].core_sold_product_id_countintegeroptional
Core livestream performance count: core sold product id count.
data.data.core.items[].core_total_sold_countintegeroptional
Core livestream performance count: core total sold count.
data.data.core.items[].core_total_userintegeroptional
Core livestream performance count: core total user.
data.data.core.items[].core_max_user_countintegeroptional
Core livestream performance count: core max user count.
data.data.core.items[].core_new_follow_countintegeroptional
Core livestream performance count: core new follow count.
data.data.core.items[].core_avg_online_viewernumberoptional
Average online audience: core avg online viewer.
data.data.core.items[].core_follower_conversion_ratenumberoptional
Decimal follower conversion ratio: core follower conversion rate.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

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

Example structuredContent

{
  "data": {
    "data": {
      "items": []
    }
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}