Nexscope

TikTok / Social Commerce

TikTok Ad Detail MCP Tool

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

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

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
idstringrequired
Ad ID returned by its search operation. Keep identifiers as strings to avoid precision loss.
Example: 7658119807128046879
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
Ad identity and copy: id.
data.data.items[].ad_titlestringoptional
Ad identity and copy: ad title.
data.data.items[].advertiser_idstringoptional
Ad identity and copy: advertiser id.
data.data.items[].advertiser_namestringoptional
Ad identity and copy: advertiser name.
data.data.items[].ad_urlstringoptional
Ad identity and copy: ad url.
data.data.items[].web_urlstringoptional
Ad identity and copy: web url.
data.data.items[].button_textstringoptional
Ad identity and copy: button text.
data.data.items[].advertiser_avatarobjectoptional
Provider image object: advertiser avatar.
data.data.items[].ad_coverobjectoptional
Provider image object: ad cover.
data.data.items[].durationintegeroptional
Provider time or duration; preserve original units: duration.
data.data.items[].ad_create_timeintegeroptional
Provider time or duration; preserve original units: ad create time.
data.data.items[].create_timeintegeroptional
Provider time or duration; preserve original units: create time.
data.data.items[].last_update_timeintegeroptional
Provider time or duration; preserve original units: last update time.
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 ad identity or provider ad type: id.
data.data.core.items[].core_creative_idstringoptional
Core ad identity or provider ad type: core creative id.
data.data.core.items[].core_ad_typestringoptional
Core ad identity or provider ad type: core ad type.
data.data.core.items[].core_ad_day_countintegeroptional
Core ad performance count: core ad day count.
data.data.core.items[].core_total_scintegeroptional
Core ad performance count: core total sc.
data.data.core.items[].core_video_play_countintegeroptional
Core ad performance count: core video play count.
data.data.core.items[].core_video_like_countintegeroptional
Core ad performance count: core video like count.
data.data.core.items[].core_video_comment_countintegeroptional
Core ad performance count: core video comment count.
data.data.core.items[].core_video_share_countintegeroptional
Core ad performance count: core video share count.
data.data.core.items[].core_video_collect_countintegeroptional
Core ad performance count: core video collect count.
data.data.core.items[].core_ad_play_rationumberoptional
Provider ratio or score; preserve original metric definition: core ad play ratio.
data.data.core.items[].core_ad_gmv_rationumberoptional
Provider ratio or score; preserve original metric definition: core ad gmv ratio.
data.data.core.items[].core_ad_roasnumberoptional
Provider ratio or score; preserve original metric definition: core ad roas.
data.data.core.items[].core_video_popularitynumberoptional
Provider ratio or score; preserve original metric definition: core video popularity.
data.data.core.items[].core_ad_maximum_costobjectoptional
Provider monetary metric; preserve original unit and value: core ad maximum cost.
data.data.core.items[].core_total_gmvobjectoptional
Provider monetary metric; preserve original unit and value: core total gmv.
data.data.core.items[].core_video_gpm_30dobjectoptional
Provider monetary metric; preserve original unit and value: core video gpm 30d.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

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

Example structuredContent

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