tiktok_ create_ cta_ portfolio
Create a dynamic CTA portfolio from the exact approved recommendations returned by creative/cta/recommend for this advertiser.
Create a dynamic CTA portfolio from the exact approved recommendations returned by creative/cta/recommend for this advertiser. Use its result.creative_portfolio_id as ad_configuration.call_to_action_id for Smart+ Spark website/app ads. Creates no ad and changes no delivery status. 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. |
portfolioContent | array | Required | Reviewed CTA texts and their advertiser-specific IDs. Obtain them through tiktok_get_read_endpoint at creative/cta/recommend; never substitute generic CTA enums. |
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_create_cta_portfolio",
"args": {
"advertiserId": "<string>",
"portfolioContent": "<array>"
}
}
}