Set Clips Volume
set_clips_volumeSets volume in decibels on every audio clip in a track, or only chosen clip indices, in one round trip instead of one call per clip.
Instructions
Set the volume (in dB) on every audio clip of a track, or on a list of clip indices. One round trip instead of one call per clip - essential for sequences with dozens of clips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume_db | Yes | Volume in dB applied to every selected clip (0 = unity, max +15) | |
| track_index | Yes | Audio track index (0-based) | |
| clip_indices | No | Optional clip indices on that track. Omit to apply to all clips. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |