Skip to main content
Glama

set_effect_parameter

Set an exact value for any real-time effect parameter on a track or master bus. Provide track ID, effect position, parameter ID, and value to fine-tune settings like reverb wet/dry or decay time.

Instructions

Set one real-time parameter on a realtime effect to an exact value - e.g. the actual wet/dry mix or decay time of a reverb, not just add/remove/bypass the whole effect.

Args: track_id: Track id, from project_get_info's track list. Use -2 for the Master bus. index: Position in the chain, from list_realtime_effects. parameter_id: Parameter id, from list_effect_parameters' "id" field. value: New value within [minValue, maxValue] from list_effect_parameters. CONFIRMED LIVE: for VST3 plugins this range is typically normalized 0-1, NOT real display units, even though list_effect_parameters' currentValueString shows a real unit (e.g. "21.26 s") - after setting, re-read currentValueString to see the actual resulting value, don't assume the input scale matches it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
valueYes
track_idYes
parameter_idYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.8/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 full behavioral burden. It discloses the exact-value mutation semantics and adds a valuable live caveat about VST3 normalized 0-1 scaling versus displayed units, plus the advice to re-read currentValueString afterward. It does not mention return values or error behavior, but the most important behavioral quirk is covered.

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 purpose is front-loaded in one clear sentence, followed by a compact Args-style breakdown. The VST3 caveat is long but necessary and correctly placed under value, so every sentence earns its place.

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?

For a 4-parameter mutation tool with no annotations and no output schema, the description provides all lookup paths, range constraints, and a critical units mismatch warning. An agent has enough information to invoke the tool correctly and verify the result by re-reading currentValueString.

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%, so the description fully compensates. Every parameter is explained with its source or constraint: track_id's Master bus sentinel, index from the effect chain, parameter_id from the effect parameter list, and value bounded by minValue/maxValue with the normalized-scale warning.

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?

States a specific action — 'set one real-time parameter on a realtime effect to an exact value' — with concrete examples like wet/dry mix and decay time. It explicitly distinguishes itself from add/remove/bypass whole-effect operations, making it clearly separable from sibling tools like set_realtime_effect_active.

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?

Provides explicit lookup sources for every argument: project_get_info for track_id, list_realtime_effects for index, and list_effect_parameters for parameter_id and value range. It also tells the agent when not to use this tool (not for adding/removing/bypassing effects), which is strong alternative 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/xDarkzx/Audacity4-MCP'

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