mcp_opendaw_switch_phase
Switch the active tool phase to load only relevant tools for the current stage, reducing schema payload. Choose from inspect, compose, mix, or render phases.
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
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |