get_user_profile
Retrieve the authenticated TikTok user's profile information including display name, avatar, bio, verification status, follower/following counts, and video count. The level of detail depends on the granted OAuth scopes.
post_video
Initialize a video post to the authenticated user's TikTok profile. Supports posting from a public URL or initializing a file upload. Returns a publish ID to track the post status and, for file uploads, an upload URL.
manage_campaign
Create, update, or change the status of TikTok Ads campaigns. Supports creating a new campaign with objective type and budget settings, updating an existing campaign's name or budget, and enabling/disabling campaigns.
Use the **action** field to specify the operation:
- **create**: Create a new campaign
- **update**: Update campaign name, budget, or budget mode
- **updateStatus**: Enable, disable, or delete campaigns
get_ad_report
Pull advertising performance reports from TikTok Ads Manager. Configure dimensions (how to group data), metrics (what data to retrieve), data level, and date range. Supports filtering by campaign, ad group, or ad.
Common **dimensions**: `stat_time_day`, `stat_time_hour`, `campaign_id`, `adgroup_id`, `ad_id`, `country_code`.
Common **metrics**: `spend`, `impressions`, `clicks`, `ctr`, `cpc`, `cpm`, `conversions`, `cost_per_conversion`, `reach`, `frequency`.
get_ad_groups
Retrieve TikTok Ads ad groups for an advertiser. Filter by campaign IDs or specific ad group IDs. Returns ad group details including targeting, budget, schedule, and optimization settings.
get_ads
Retrieve TikTok ads for an advertiser. Filter by campaign IDs, ad group IDs, or specific ad IDs. Returns ad details including name, status, and timestamps.
list_videos
Retrieve a paginated list of the authenticated user's public TikTok videos, sorted by creation time (newest first). Returns video metadata including engagement metrics, embed links, and cover images. Use cursor-based pagination to retrieve additional pages.
get_campaigns
Retrieve TikTok Ads campaigns for an advertiser. Optionally filter by specific campaign IDs. Returns campaign details including name, objective, budget, status, and timestamps.
query_videos
Look up specific TikTok videos by their IDs. Returns video metadata including cover image, engagement metrics, embed links, and dimensions. Useful for refreshing expired cover image URLs or fetching details for known videos.
get_creator_info
Retrieve the authenticated creator's posting capabilities and constraints. Returns available privacy level options, interaction settings (comments, duet, stitch), and maximum video duration. **Must be called before posting content** to determine valid settings.
get_publish_status
Check the status of a previously initiated content post on TikTok. Returns the current publishing stage, any failure reasons, and the public post ID once moderation is complete.
create_ad_group
Create a new ad group within a TikTok Ads campaign. Configure targeting (location, age, gender), budget, schedule, bidding strategy, and optimization goal.
post_photo
Initialize a photo post to the authenticated user's TikTok profile by providing publicly accessible image URLs. Returns a publish ID to track the post status.