Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt

SetAudioVolume

Adjust the volume of a specified audio source using a precise volume multiplier (0.0 to 1.0). Ideal for automating audio management in streaming production via OBS WebSocket commands.

Instructions

Sets the volume of 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": { "source": { "description": "Name of the audio source.", "type": "string" }, "volume": { "description": "Volume multiplier (0.0 to 1.0).", "type": "number" } }, "required": [ "source", "volume" ], "type": "object" } }, "required": [ "params" ], "type": "object" }

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/yshk-mrt/obs-mcp'

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