TikTok posting settings for an account
get_tiktok_creator_infoRetrieve a TikTok account's current posting settings to identify the creator, allowed privacy levels, disabled interactions, and maximum video duration before scheduling a post.
Instructions
Read a connected TikTok account's CURRENT posting settings, straight from TikTok. Call this before every TikTok schedule_post: it returns who the post would go out as (creator_nickname/creator_username), privacy_level_options (the ONLY audiences this account may be offered, so never present one that is missing from this list), comment_disabled/duet_disabled/stitch_disabled (a disabled interaction MUST be sent as false in platformData.tiktok, and must not be offered to the human as a choice), and max_video_post_duration_sec (the longest video this account may upload). Show these to the human, get their answers, and send those answers. TikTok requires this lookup per posting session and forbids caching it between sessions, so do not reuse an earlier response. accountId is the integration id from list_integrations; omit it when only one TikTok account is connected. CAPABILITY: read — side-effect-free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Integration id of the TikTok account (from list_integrations). Optional when only one is connected. |