tools
Reference
CutMaster exposes the full DaVinci Resolve Scripting API as MCP tools, plus deterministic workflow compounds and Gemini-powered intelligence. This page indexes them by category. For the canonical, complete list with parameter schemas, see docs/MCP_TOOLS.md ↗ — auto-generated from the package.
One function = one Resolve SDK call = one MCP tool. No logic. Wraps the full Scripting API across 16 categories.
Deterministic. No LLM. Each chains atomic ops to do one well-known editorial action.
cutmaster_ingest_media cutmaster_ingest_with_bins cutmaster_quick_assembly cutmaster_assembly_from_bin cutmaster_quick_deliver cutmaster_batch_deliver cutmaster_render_status cutmaster_conform_timeline cutmaster_relink_offline_clips cutmaster_verify_timeline_media cutmaster_quick_grade cutmaster_batch_apply_lut cutmaster_copy_grade_to_all cutmaster_setup_log_grade Stateless LLM tools. One MCP call → one Gemini roundtrip → one answer. Require GEMINI_API_KEY.
cutmaster_analyze_frame cutmaster_ocr_frame cutmaster_describe_shot cutmaster_compare_frames cutmaster_color_assist cutmaster_match_to_reference cutmaster_timeline_critique cutmaster_suggest_markers cutmaster_visual_continuity_check Passive context. Read-only. Your MCP client surfaces these automatically — no tool call required.
resolve://version project://current timeline://current mediapool://bins render://queue Slash commands packaged with the Claude Code plugin. Each chains tools + agents into a one-shot workflow.
/deliver /preflight /color-assist /grade-log /conform /ingest /assembly /review /export-stills Roles you can spawn in Claude Code that compose the right tools for one craft.
Editor Colorist VFX Sound Conform Delivery Producer No matches. Try a broader term, or check the canonical reference on GitHub.
For exact tool counts, parameter schemas, and the live machine-verified surface, the canonical reference is docs/MCP_TOOLS.md ↗. Updated automatically every release. This page is a curated overview — once we ship a build-time data fetch, the catalogue here will become a real searchable index of every tool.