tiktok_ update_ ad_ status
Pause or reactivate exactly one classic ad. A write tool that previews before it changes anything, one of 57 TikTok Ads tools on the Get MCP Ads MCP gateway.
Pause or reactivate exactly one classic ad. Local preview by default. No automatic retry; advertiser ownership is checked before applying.
- Source
- TikTok Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
entityId | string | Required | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
status | string | Required | ENABLE reactivates; DISABLE pauses. No deletion. One of: ENABLE, DISABLE. |
confirm | boolean | Optional | Apply only when true. Default is a local preview without any TikTok call. Never retry an uncertain POST automatically. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_update_ad_status",
"args": {
"advertiserId": "<string>",
"entityId": "<string>",
"status": "ENABLE"
}
}
}