Skip to main content
Glama

analyze_label_sounds

Detect audio events separated by silence and add labels to the label track, marking sounds or gaps. Configure silence threshold and durations to pinpoint regions for editing.

Instructions

Detect sounds separated by silence and add a label for each one (or for each silence gap, depending on label_type).

Adds labels to the project's label track (creating one if needed) - call label_list afterward to read the detected regions.

Args: threshold_db: Level below which audio counts as silence, -100 to 0. Default: -30.0 measurement: How to measure level - "peak", "avg", or "rms". Default: "peak" min_silence_duration: Minimum silence length to count as a gap, in seconds. Default: 1.0 min_label_interval: Minimum spacing between labels, in seconds. Default: 1.0 label_type: "before"/"after" (point at sound edge), "around" (region around each sound), or "between" (region between sounds - i.e. the silences). Default: "between"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
label_typeNobetween
measurementNopeak
threshold_dbNo
min_label_intervalNo
min_silence_durationNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing side effects, and it does so explicitly: it adds labels to the project's label track and creates the track if needed. It also reveals that the operation mutates project state and points to label_list for reading results, but it does not mention whether existing labels are preserved or if there are any destructive consequences.

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 well-structured and efficient: a clear two-sentence purpose summary, a high-level side-effect note, and a compact argument list. Every part adds information, with no filler or redundant restatement.

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?

All five parameters are covered with defaults and semantics, and the description tells the agent how to retrieve the results afterward via label_list. It is slightly incomplete only in not addressing edge cases like what happens when no sounds/silences are found or how existing labels are affected.

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 description coverage is 0%, but the description fully compensates by explaining every parameter: threshold_db includes range and default, measurement lists allowed values, min_silence_duration and min_label_interval include units, and label_type explains each option's meaning. This adds substantial meaning 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 states a specific action: detect sounds separated by silence and add a label for each one, with label_type determining whether sounds or silences are labeled. It clearly distinguishes itself from generic label tools by focusing on silence-separated sound detection.

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?

The description indicates a clear use case and even tells the agent to call label_list afterward to read the detected regions. However, it does not explicitly mention when to prefer this tool over siblings like analyze_beat_finder, label_regular_intervals, or transcribe_to_labels, nor does it state 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/xDarkzx/Audacity4-MCP'

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