Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

tiktok_update_smart_plus_material_status

Pause or reactivate selected creative materials inside one upgraded Smart+ ad.

Pause or reactivate selected creative materials inside one upgraded Smart+ ad. Parent campaign, ad group and ad statuses are unchanged; the shared library asset is not modified. Local preview by default. No automatic retry; advertiser ownership is checked before applying.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
advertiserId
Endpoint
https://mcp.getmcpads.com/tiktok-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
advertiserIdstringRequiredExact TikTok numeric ID as a string, never a rounded JavaScript number.
smartPlusAdIdstringRequiredThe parent smart_plus_ad_id, not the generated creative/ad ID.
materialIdsarrayRequiredExact ad_material_ids from this ad creative_list; never video_id, image ID or smart_plus_creative_id.
statusstringRequiredENABLE enables these materials only; it does not activate paused parents. DISABLE pauses them. One of: ENABLE, DISABLE.
confirmbooleanOptionalApply only when true. Default is a local preview without any TikTok call. Never retry an uncertain POST automatically.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_update_smart_plus_material_status",
    "args": {
      "advertiserId": "<string>",
      "smartPlusAdId": "<string>",
      "materialIds": "<array>",
      "status": "ENABLE"
    }
  }
}
Esc

Type to search