TikTok Business MCP integration for AI agents.
Connect AI agents to TikTok Business through 15 structured actions, including check gmv max shop ad usage, get gmv max bid recommendation, and get gmv max ca…
- ACTION CONTRACTS
- 15
- AUTHENTICATION
- OAuth 2.0 + API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the TikTok Business integration exposes
The TikTok Business Agent App exposes 15 provider-backed actions for marketing and data work. Its current contract lets an authorized agent check whether a tiktok shop store is already using custom shop ads and can promote all products with gmv max, get tiktok gmv max budget and bid recommendations before campaign changes, and get detailed information for a tiktok gmv max campaign. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses OAuth 2.0 and API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected TikTok Business account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real TikTok Business capabilities.
Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
check_gmv_max_shop_ad_usageREADCheck whether a TikTok Shop store is already using custom shop ads and can promote all products with GMV Max.
INPUTS: advertiserId / storeId
get_gmv_max_bid_recommendationREADGet TikTok GMV Max budget and bid recommendations before campaign changes.
INPUTS: advertiserId / storeId / shoppingAdsType / optimizationGoal / itemGroupIds
get_gmv_max_campaign_infoREADGet detailed information for a TikTok GMV Max campaign.
INPUTS: advertiserId / campaignId
get_gmv_max_custom_anchor_video_listREADGet TikTok GMV Max custom anchor videos for campaign creation discovery.
INPUTS: advertiserId / campaignCustomAnchorVideoId / customAnchorVideoList
get_gmv_max_exclusive_authorizationREADGet TikTok GMV Max exclusive authorization status for a store.
INPUTS: advertiserId / storeId / storeAuthorizedBcId
get_gmv_max_identitiesREADList TikTok identities available for a GMV Max store.
INPUTS: advertiserId / storeId / storeAuthorizedBcId
get_gmv_max_reportREADGet TikTok GMV Max reporting rows for a store and date range.
INPUTS: advertiserId / storeIds / dimensions / metrics / startDate
get_gmv_max_sessionsREADGet TikTok GMV Max campaign session details by session ID.
INPUTS: advertiserId / sessionIds
get_gmv_max_shop_video_anchorsREADGet TikTok GMV Max shop video anchors for campaign creation discovery.
INPUTS: advertiserId / storeId / storeAuthorizedBcId / videoIds / page
get_gmv_max_videosREADGet TikTok GMV Max videos available for a store, identity, or SPU filter.
INPUTS: advertiserId / storeId / storeAuthorizedBcId / spuIdList / identityList
list_advertisersREADList TikTok advertisers authorized for the connected TikTok Business user.
list_campaignsREADList TikTok campaigns for an advertiser so users can discover campaign IDs.
INPUTS: advertiserId / filtering / fields / excludeFieldTypesInResponse / page
INPUT CONTRACTS
Know what the action needs before it runs.
check_gmv_max_shop_ad_usage
advertiserIdOPTIONAL- The TikTok advertiser ID that owns the GMV Max resource.
storeIdOPTIONAL- The TikTok Shop store ID used by the GMV Max workflow.
get_gmv_max_bid_recommendation
advertiserIdREQUIRED- The TikTok advertiser ID that owns the GMV Max resource.
storeIdREQUIRED- The TikTok Shop store ID used by the GMV Max workflow.
shoppingAdsTypeREQUIRED- GMV Max shopping ads type.
optimizationGoalREQUIRED- GMV Max optimization goal.
itemGroupIdsOPTIONAL- Optional TikTok item group IDs used to narrow the recommendation.
get_gmv_max_campaign_info
advertiserIdOPTIONAL- The TikTok advertiser ID that owns the GMV Max resource.
campaignIdOPTIONAL- The TikTok GMV Max campaign ID.
get_gmv_max_custom_anchor_video_list
advertiserIdOPTIONAL- The TikTok advertiser ID that owns the GMV Max resource.
campaignCustomAnchorVideoIdOPTIONAL- The TikTok GMV Max custom anchor video list ID.
customAnchorVideoListOPTIONAL- Custom anchor video filters forwarded to TikTok.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Check Gmv Max Shop Ad Usage
Check whether a TikTok Shop store is already using custom shop ads and can promote all products with GMV Max. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
check_gmv_max_shop_ad_usageVerify with Get Gmv Max Bid Recommendation
Get TikTok GMV Max budget and bid recommendations before campaign changes. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_gmv_max_bid_recommendationSAFETY BOUNDARY
Operate TikTok Business with explicit limits
- Authorize TikTok Business with OAuth 2.0 and API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned TikTok Business data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- The sampled contract declares provider scopes including `advertiser.read`, `1`, `2`, and `report.read`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the TikTok Business task completed successfully.
CONNECTION MODEL
OAuth 2.0 + API key
TikTok Business access token sent with the Access-Token header. The token needs advertiser.read, Ad management, Data reports, and GMV Max related permissions for the selected actions.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 15
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by TikTok Business.