Skip to main content
Glama

vocametrix_measure_sound_level

Measure sound level in dB SPL from a WAV file for environmental noise assessment or vocal loudness, specifying a start and end time.

Instructions

Measure sound level in dB SPL over a specified time window in an audio file. Useful for environmental noise assessment, vocal loudness measurement, and calibration tasks. Note: startSec must be > 0 (use 0.001 for the start of the file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audioPathYesAbsolute path to a WAV audio file on the local filesystem
startSecNoStart time in seconds (minimum 0.001)
endSecNoEnd time in seconds (defaults to end of file)
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses one behavioral constraint (startSec must be > 0) but omits details on error handling, return format, or potential side effects. Adequate but not comprehensive.

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 efficient: two sentences plus a note, each serving a distinct purpose (purpose, use cases, behavioral note). No unnecessary words.

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

Completeness3/5

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

The description covers purpose and one behavioral note, but lacks output format details (no output schema) and error handling context. Adequate for a simple tool but could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, meeting the baseline. The description reinforces the startSec minimum with a practical note, but adds no new semantic meaning beyond the schema's existing constraints.

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 the tool measures sound level in dB SPL over a time window, with explicit use cases (environmental noise, vocal loudness, calibration). This distinguishes it from sibling tools that focus on specific acoustic parameters.

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 lists useful applications but does not explicitly contrast with alternatives or state when not to use. The use cases imply context, but no exclusion criteria or alternative tools are mentioned.

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/pmarmaroli/vocametrix-mcp'

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