Skip to main content
Glama

resolve_disable_background_tasks

Disable all DaVinci Resolve background tasks for the current session to free up system resources. Restart Resolve to re-enable them.

Instructions

Disable ALL Resolve background tasks for this application session. The API has no corresponding enable call; restart Resolve to reset this setting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.2.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries full behavioral burden. It discloses the irreversible nature (no enable call, restart required) and the broad scope (ALL tasks). This is strong transparency for a simple tool, though it could specify whether existing queued tasks are canceled or simply prevented from running.

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?

Two sentences with no filler. The primary action is front-loaded, and the critical caveat (irreversibility) follows immediately. Every word earns its place.

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 zero-parameter tool with no output schema, the description covers the essential facts: what it does, its scope, and the reset mechanism. It could mention the return value (if any) or side effects on ongoing tasks, but it is sufficient for an agent to call it correctly.

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

Parameters4/5

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

The tool has zero parameters, so the baseline for this dimension is 4. The description correctly focuses on behavior rather than parameters, adding no unnecessary detail. The schema already reflects the lack of arguments.

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 clearly states the action ('Disable') and the resource ('ALL Resolve background tasks'), with a specific scope ('for this application session'). It is unambiguous and distinguishes itself from other resolve_* tools by describing a global session-level operation rather than a task-specific one.

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

Usage Guidelines3/5

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

The description does not provide explicit when-to-use guidance or mention any alternatives. While there are no obvious sibling tools that perform a similar disable operation, the description could have suggested typical scenarios (e.g., 'when you want to prevent background tasks from interfering'). It implies usage through its action but does not actively route the agent.

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

Deploy Server

Other Tools