Mute Track
mute_trackMute or unmute an audio track by its index to silence or restore audio during editing.
Instructions
Mute or unmute an audio track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| muted | Yes | True to mute, false to unmute | |
| track_index | Yes | Audio track index (0-based) |
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. |