Compact Reference

A grouped map of the MCP tools and SDK domains. Use this when an agent needs to choose the right command without reading a full API reference.

View Markdown

SDK domains

DomainUse for
rf.accountAccount, server info, queues, credits, generation pricing, activity
rf.assetsUser uploads, search, import, bulk import, rename, move, delete
rf.avatarsAvatar list, generation, batch generation, status, duplicate, delete
rf.productScenesProduct Studio gallery and product scene generation
rf.slideshowsSlideshow list, detail, draft creation, text generation, finalization
rf.postsScheduled posts, publish now, update, delete, cancel, optimal times
rf.socialOAuth and integration accounts available for publishing
rf.automationsTikTok slideshow automation list, create, update, delete
rf.webhooksWebhook endpoint list, create, delete
rf.eventsRecent MCP event records
rf.rawDirect tool listing and raw MCP tool calls

MCP tool groups

GroupTools
Accountget_account, get_mcp_server_info, get_queue_status, get_generation_pricing, get_credit_usage_history, get_generation_stats, get_account_activity
Assetslist_assets, search_assets, get_asset_info, import_media_from_url, bulk_import_media, start_bulk_import_media, get_bulk_import_media_job_status, rename_asset, move_asset, delete_asset
Avatars and characterslist_avatars, list_characters, prepare_generate_avatar, prepare_batch_generate_avatars, get_avatar_job_status, duplicate_avatar, delete_avatar, update_character, delete_character
Product sceneslist_gallery, prepare_generate_product_scene, get_product_scene_job_status
Videolist_videos, prepare_generate_ugc_video, get_video_job_status, list_generated_hooks, prepare_generate_hook, get_generated_hook_status, list_ai_clone_assets, prepare_ai_clone_job, get_ai_clone_job_status
Slideshowslist_slideshows, get_slideshow, create_slideshow, update_slideshow, duplicate_slideshow, delete_slideshow, prepare_generate_slideshow_text, get_slideshow_text_job_status, prepare_finalize_slideshow, get_slideshow_export_job_status
Publishinglist_social_accounts, list_connected_accounts, list_scheduled_posts, prepare_schedule_post, prepare_publish_now, prepare_batch_publish, prepare_update_scheduled_post, prepare_delete_scheduled_post, cancel_scheduled_post, get_publish_status
Automationslist_automations, prepare_create_automation, prepare_update_automation, prepare_delete_automation
Webhooks and eventscreate_webhook, list_webhooks, delete_webhook, get_recent_events
Utilitylist_prompt_templates, list_music_tracks, list_template_hooks, validate_caption, list_trash, restore_trash_item, confirm_action

Publishing content types

The CLI normalizes --content-type by uppercasing and replacing hyphens with underscores. Examples include SLIDESHOW and UGC_VIDEO. Platform targets are passed as platform:connectionId pairs in the CLI and as PlatformTarget objects in the SDK.

Platform targetsts
platforms: [
  { platform: "TIKTOK", connectionId: "conn_123" },
  { platform: "YOUTUBE", connectionId: "conn_456" }
]