Collapse 6–9-call workflows into one. tool_chain runs preset pipelines (tiktok_ready / studio_polish / brand_kit / podcast_to_short); create_clip_sequence stitches N AI clips; repurpose_for_platforms exports 9:16 + 1:1 + 16:9 in one shot.
scout_trending, list_scout_results, get_search_demand, analyze_channel, scout_news, save_news_articles. Hits the same async scout endpoint the web UI uses; returns job IDs you wait_for_job on.
download_video, list_downloaded, analyze_downloaded, import_local_video, connect_channel, list_connected_channels, list_channel_videos, extract_video_metadata, extract_video_chapters, download_subtitles, extract_audio_from_video. yt-dlp + Whisper backbone, async via wait_for_job.
Smart Video pipeline (generate_smart_video, stage_audio_for_smart_video), generate_ai_video, motion_compose, website_to_video, remix_video, batch_generate, generate_from_downloaded, polish_script, split_scenes, generate_script_from_topic, import_clips_for_assembly, plus a cost preflight.
list_videos, get_video, list_clips, get_clip, extract_viral_clips, extract_manual_clips, export_video, export_video_bundle (multi-aspect ZIP), bulk_export_videos, plus preview_frames / extract_frame / critique_video for QA.
Modular utilities: captions, reframe, audio_enhance, watermark, remove_silence, merge_clips, voiceover, ai_image, ai_music, ai_thumbnail, ai_video_clip, sfx, gif, speed, trim, auto_zoom, auto_broll, subtitles, hook_analysis, translate, metadata, auto_chapters, brainrot_video, url_to_short, transcript_stage/edit, compress, crop, remove_bg, the VoxCPM cloned-voice library, tool_chain, and run_tool_on_asset.
channel_narrative, channel_ideas, channel_coach, score_keyword, rising_keywords, trend_velocity, list_viral_formulas, generate_viral_formula, get_user_intelligence. Turns your scout + channel history into strategy — keyword scoring, trend momentum and saved virality recipes.
list_caption_styles, list_music_library, list_tts_voices, list_motion_design_styles, list_prompt_packs, get_prompt_pack, list_generated_assets — look up what is available before committing to a billable call.
get_job_status, wait_for_job, list_jobs, cancel_job, tool_cost_estimate. wait_for_job returns `output` + `output_path` so most workflows skip the separate download step.
notify_channel — push a finished asset or a status update to a connected Telegram / Slack / Discord / WhatsApp channel. (The scheduled-cron tools were retired when autonomous scheduling was deprecated; the /cron page still exists in the UI.)
write_review, pin_strategy_note, list_reviews. Claude writes notes BACK to ViralMint — attached to a channel / video / clip / scout_result / niche row. Renders in the desktop UI as a notes card per object.
browser_navigate, browser_click, browser_type, browser_screenshot, browser_extract_text, browser_evaluate, etc. Drives ViralMint's bundled Chromium (the same one the Enhanced Download flow installs). Useful for logged-in scraping with use_viralmint_session=true.