Set Clip Volume
set_clip_volumeAdjusts an audio clip's volume level in dB using its node ID; specify 0 for unity, negative values to quiet it, or positive values to amplify it.
Instructions
Set an audio clip's Volume > Level in dB. Does not read or change Essential Sound Amplify automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the audio clip | |
| volume_db | Yes | Volume in dB (0 = unity, negative = quieter, positive = louder) |
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. |