Skip to main content
Glama

mcp_opendaw_compare_to_profile

Compare your mix against a genre reference profile to identify deviations in loudness, spectrum, stereo width, dynamics, and brightness, with actionable recommendations.

Instructions

Compare your mix against a professional genre reference profile.

Tells you exactly where your mix deviates from genre standards:

  • LUFS: too loud/quiet for this genre?

  • Spectrum: which frequency bands are off?

  • Stereo width: appropriate for genre?

  • Dynamics: too compressed or too wild?

  • Spectral centroid: too dark or too bright?

Gives per-dimension deviation + specific recommendations.

filename: WAV file in exports dir, or absolute path. genre: One of: pop, rock, hip_hop, electronic, edm, metal, lo-fi, ambient, cinematic

Returns deviation analysis with severity-ranked suggestions.

Example: compare_to_profile("my_mix.wav", "lo-fi")

→ {lufs_deviation: +3.4, spectral_deviations: [...], suggestions: [...]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genreYes
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the safety/behavior burden; it discloses that the tool 'returns deviation analysis with severity-ranked suggestions' and gives example output, but it does not explicitly state that the operation is read-only or non-destructive, or how invalid filenames/genres are handled.

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

Conciseness4/5

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

The description is front-loaded with the core action, uses a scannable bullet list for output dimensions, and then gives parameter details and an example. It is slightly long but every section 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?

The description covers inputs, output style, dimensions, and example; output schema handles return details. It could mention prerequisites (e.g., exported WAV existence) but is otherwise complete for a two-parameter analysis tool.

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?

Schema coverage is 0%, yet the description documents both required parameters: filename (WAV in exports dir or absolute path) and genre (with an explicit list of accepted values). It even provides an example call, going well beyond the bare 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 leads with 'Compare your mix against a professional genre reference profile' and enumerates the exact deviation dimensions (LUFS, spectrum, stereo width, dynamics, spectral centroid), making it distinct from generic analysis tools and the sibling compare_to_reference.

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?

It clearly frames the tool's use case (genre-standards comparison) and provides a concrete example, but it never explicitly states when to prefer this over sibling tools like compare_to_reference or match_to_reference, nor when not to use it.

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

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