Skip to main content
Glama
luquimbo

DaVinci Resolve MCP Server

by luquimbo

playback_open_page

Switch DaVinci Resolve to a specified workspace page, such as media, edit, color, or deliver, to access the appropriate tools for your task.

Instructions

Switch Resolve to a different workspace page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesTarget page name. Must be one of: media, cut, edit, fusion, color, fairlight, deliver.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Switch', which is already implied by the tool name, and does not mention potential failure modes, preconditions, or side effects of changing pages.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that efficiently conveys the core action without any redundant or wasteful wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple navigation tool with one fully-described parameter and an output schema, the description plus schema is largely sufficient. It lacks usage context, but core behavior and valid inputs are fully specified, meriting a 4.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with the 'page' parameter fully documented and enumerating valid values. The tool description adds nothing beyond the schema for parameter meaning, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Switch') and resource ('Resolve workspace page'), clearly stating the action. Sibling tool playback_get_page contrasts as a getter, so the 'Switch' verb effectively distinguishes this setter tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool or mention alternatives like playback_get_page. There is no context about prerequisites, such as needing an open project, or whether to prefer this over other navigation approaches.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luquimbo/davinci-resolve-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server