Skip to main content
Glama
hoyt-harness

DaVinci MCP Professional

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
activate_domainA

Activate a domain to make its tools available. Available domains: ai_studio, clip_properties, color_grading, media_pool, project_management, render_delivery, system_fairlight_storage, timeline_item_editing, timeline_operations. Call list_domains to see current activation status.

deactivate_domainA

Deactivate a domain to remove its tools from the active tool list.

list_domainsA

List all registered domains and their activation status. Use this to discover available domains before calling activate_domain.

get_versionA

Get DaVinci Resolve version information

get_current_pageA

Get the current page open in DaVinci Resolve (Edit, Color, Fusion, etc.)

switch_pageA

Switch to a specific page in DaVinci Resolve

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
DaVinci Resolve VersionCurrent version of DaVinci Resolve
Current PageThe currently active page in DaVinci Resolve
Available ProjectsList of all available projects in the current database
Current ProjectName of the currently open project
Available TimelinesList of all timelines in the current project
Current TimelineName of the current timeline
Media Pool ClipsList of all clips in the media pool

TDQS

A4.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: domain activation/deactivation/listing, version retrieval, and page navigation. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the snake_case verb_noun pattern consistently, making the API predictable and easy to navigate.

Tool Count5/5

Six tools is well-scoped for a domain management and basic Resolve control server. Each tool serves a necessary function without bloat.

Completeness5/5

The domain lifecycle is fully covered with list, activate, and deactivate, and page navigation is complete with get and switch. Version info adds essential context. No obvious gaps.

Maintenance

ActivityActive
ResponsivenessNo issues