mcp_opendaw_analyze_mix
Analyze a WAV file with a single call to get integrated track, spectrum, stereo, and dynamics diagnostics. Receive prioritized mix suggestions and platform-specific LUFS targets for mastering.
Instructions
Complete mix diagnosis in one call — combines track + spectrum + stereo + dynamics.
Runs all four analysis modules and synthesizes a single prioritized report:
analyze_track: BPM, key, LUFS, duration
analyze_spectrum: 7-band frequency balance, spectral centroid, rolloff
analyze_stereo: width, L/R balance, phase correlation, mono compat
analyze_dynamics: crest factor, LRA, transient density, segment contour
Produces prioritized mix_suggestions (sorted by severity) and a master_check with platform-specific LUFS targets:
Spotify: -14 LUFS
Apple Music: -16 LUFS
YouTube: -14 LUFS
CD: no target (full dynamics)
The agent can call this single tool instead of 4 separate calls, getting a complete picture for mix decisions: EQ, compression, stereo, mastering.
Args: filename: Name of the WAV file in the exports directory (without path), or absolute path to any WAV file.
Returns combined analysis + prioritized suggestions + master check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |