TikTok
TikTok API-based operations: publish video, fetch metrics, and get profile. For browser-based actions (browsing, engaging in the browser, scraping the UI) use the `browse` skill instead.
Skill name:
tiktok 5 BST per callWhen to use it
Brandstaq automatically picks TikTok when you say things like:
- “Publish this video to TikTok”
- “Pull metrics for the last 5 posts”
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | Tiktok operation to perform. Each value maps to a connector method; mismatched action/params return UNKNOWN_ACTION. |
| caption | string | No | — |
| post_id | string | No | — |
| media_path | string | No | — |
| media_type | string | No | — |
When the agent reaches for it
When you mention TikTok explicitly — publish a video, pull metrics — the agent picks this. The action enum is limited to what TikTok's API actually exposes.