Skip to main content
Glama

mcp_opendaw_switch_phase

Switch the active tool phase to load only relevant tools for your current task—inspect, compose, mix, or render.

Instructions

Switch the active tool phase for phase-based tool loading.

When OPENDAW_MCP_MODE=phase, only tools for the active phase are registered. This reduces the tool schema payload by showing only relevant tools.

Phases:

  • inspect: read-only — project state, list tracks/regions/effects, meters, analysis

  • compose: create — tracks, instruments, notes, regions, sections, arrangements, chords, melodies

  • mix: effects — add/configure effects, sends, buses, mixing, mastering, genre effects, automation

  • render: output — render, export, audio I/O, time/pitch stretch, presets

Meta-tools (evaluate_raw, get_full_project_state, switch_phase) are always available.

phase: inspect | compose | mix | render

Example: switch_phase("compose") # activate composition tools switch_phase("mix") # switch to mixing tools

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains that switching phases changes which tools are registered and mentions that meta-tools are always available. It does not detail side effects or error conditions, but the core behavior is well described.

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 concise and well-structured. It starts with the main purpose, provides context, lists phases in bullet points, and includes an example. Every sentence is informative and adds value without redundancy.

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?

The tool is simple (one parameter), and the description covers its purpose, usage, and allowed values. It mentions that meta-tools are always available. It does not explicitly describe the output or whether the phase change is immediate, but it is sufficiently complete for an agent to use correctly.

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

Parameters5/5

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

The input schema only defines 'phase' as a string with no enum or description. The description compensates fully by listing the allowed values (inspect, compose, mix, render) and describing what each phase makes available. This adds significant meaning beyond the schema.

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 tool's purpose: 'Switch the active tool phase for phase-based tool loading.' It explains the concept of phases and how they affect tool registration. This distinguishes it clearly from siblings that create or modify content.

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

Usage Guidelines4/5

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

The description explains when to use this tool (when in phase-based mode to switch phases) and lists the available phases with their purposes. It does not explicitly state when not to use it, but the context is clear. It effectively guides the agent on when to invoke this tool vs. the many content-focused siblings.

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/AMEOBIUS-team/opendaw-mcp'

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