Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetAudioMute

Mute or unmute a specified audio source using the MCP server. Ideal for automating audio control in streaming setups without manual intervention, enhancing production efficiency.

Instructions

Mutes or unmutes an audio source.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "mute": { "description": "True to mute, false to unmute.", "type": "boolean" }, "source": { "description": "Name of the audio source.", "type": "string" } }, "required": [ "source", "mute" ], "type": "object" } }, "required": [ "params" ], "type": "object" }
ID: 4zxxemzoi5