Skip to main content
Glama

raw_sound_activation_level

Set the threshold level for sound-activated recording, so Audacity starts recording only when audio exceeds that volume.

Instructions

SoundActivationLevel: Set the threshold level for sound-activated recording. Static no-argument Audacity action. May open a dialog or change project state; inspect the command name first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It does reveal that the command may open a dialog or alter project state and warns to inspect the command name first, which is valuable. But the side effects are phrased as possibilities, and there is no detail on persistence, required permissions, or exact project-state impact.

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?

Three short sentences front-load the purpose, then add necessary caveats about side effects. No filler or repetition.

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?

For a zero-argument command the description covers purpose, no-argument usage, and side effects. The instruction to 'inspect the command name first' introduces a vague prerequisite without explaining what to inspect or how, and with no annotations or output schema the behavioral picture remains incomplete.

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

Parameters4/5

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

There are zero parameters and 100% schema coverage, so the baseline is 4. The description reinforces this with 'no-argument Audacity action,' making it explicit that arguments should not be supplied.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description opens with 'Set the threshold level for sound-activated recording', a specific verb + resource, making the tool's function immediately clear. It does not explicitly call out sibling raw_sound_activation, but the 'level' wording and command name distinguish them.

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 states the action's purpose and adds useful operational context ('Static no-argument Audacity action', 'May open a dialog or change project state'), so an agent can infer when to call it. However, it gives no explicit when-not-to-use or alternative selection guidance among the many raw_* tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/FFriends/MCP-Audacity'

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