Skip to main content
Glama

mcp_opendaw_analyze_spectrum

Read-only

Spectral analysis of audio across 7 ISO frequency bands, returning per-band RMS/peak/energy and global descriptors like spectral centroid to guide mix EQ decisions.

Instructions

Spectral analysis of audio across 7 ISO frequency bands.

Divides the spectrum into standard bands:

  • sub_bass (20-60 Hz), bass (60-250 Hz), low_mids (250-500 Hz), mids (500-2000 Hz), high_mids (2000-4000 Hz), presence (4000-6000 Hz), brilliance (6000-20000 Hz)

Per band: RMS (linear + dB), peak (dB), energy percentage. Global descriptors:

  • spectral_centroid_hz: brightness (weighted mean frequency)

  • spectral_spread_hz: frequency variance around centroid

  • spectral_rolloff_95_hz: frequency below which 95% of energy lies

  • low_high_ratio: energy <250 Hz / energy >250 Hz (tonal balance)

  • spectral_crest: peak/mean power ratio (tonal vs noisy)

Use after analyze_track for mix decisions:

  • High low_high_ratio → bass-heavy mix, may need EQ cut in low mids

  • Low spectral_centroid → dark/muffled, consider high shelf boost

  • High spectral_centroid → bright/harsh, consider high shelf cut

  • Dominant band energy_pct → where the mix lives

Args: filename: Name of the WAV file in the exports directory (without path), or absolute path to any WAV file.

Returns band-by-band analysis + global spectral descriptors + mix suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=true, and the description consistently describes a read-only analysis. It elaborates on what bands and global descriptors are computed, and mentions the return structure, providing good behavioral detail. No contradictions, but could mention that it requires a valid WAV file.

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?

Moderately long but well-organized with bullet points and examples. Front-loaded with purpose and followed by useful details. Could be slightly more concise, but no unnecessary repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the single parameter, readOnlyHint annotation, and output schema (present), the description covers all essential aspects: what it does, what it returns (bands + global descriptors + suggestions), and how to use it. No gaps.

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 description fully explains the single parameter 'filename' with both relative and absolute path options, adding significant meaning beyond the schema's bare 'string' type. Since schema coverage is 0%, the description carries the full burden and does so excellently.

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 'Spectral analysis of audio across 7 ISO frequency bands' and lists the specific bands and metrics, making the tool's purpose unmistakable. It distinguishes itself from siblings like analyze_track by focusing on detailed frequency band analysis.

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

Usage Guidelines5/5

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

Explicitly says 'Use after analyze_track for mix decisions' and provides concrete examples of when to use based on specific metric values (e.g., high low_high_ratio, low spectral_centroid), offering actionable guidance.

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