Skip to main content
Glama

effect_tremolo

Apply tremolo to selected audio by modulating volume at a set frequency and depth, with choice of waveform shapes for varied oscillation patterns.

Instructions

Apply tremolo (volume oscillation) effect to the selected audio.

Args: frequency: Tremolo speed in Hz (1-1000). Default: 5 depth: Tremolo depth as percentage (0-100). Default: 40 waveform: 0=Sine, 1=Triangle, 2=Sawtooth, 3=InverseSawtooth, 4=Square. Default: 0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNo
waveformNo
frequencyNo
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the core operation but does not disclose whether the effect permanently modifies the audio, whether an active selection is required, whether it is undoable, or what the return/result is. For a mutating audio tool, this is a significant gap.

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 compact and well-structured: a one-sentence purpose statement followed by a clear argument listing. Every sentence is informative, and the parameter details are easy to scan. The defaults repeat the schema, but that duplication is minor and improves usability.

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 tool is low complexity with all three parameters fully documented, but there is no output schema and no annotations. The description covers the effect and arguments but omits important context such as preconditions (e.g., selected audio must exist), destructive behavior, and result reporting. It is minimally viable but has clear 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?

Schema description coverage is 0%, but the description fully compensates by explaining each parameter: frequency as tremolo speed in Hz with range 1-1000, depth as percentage with range 0-100, and waveform with an explicit numeric-to-shape mapping. This adds substantial meaning beyond the bare schema definitions and defaults.

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?

The description clearly states the tool's function: 'Apply tremolo (volume oscillation) effect to the selected audio.' This is a specific verb and resource, and the parenthetical 'volume oscillation' clarifies the effect's nature. However, it does not explicitly contrast with sibling effect tools like effect_phaser or effect_echo, so it lacks strong sibling differentiation.

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

Usage Guidelines2/5

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

The description says the effect applies to selected audio but gives no guidance on when to prefer this tool over alternatives, nor does it mention any exclusions or prerequisites. No sibling tool is referenced, so the agent must infer usage entirely from the tool name and generic behavior.

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