Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-input-volume

Adjust the volume level of audio inputs in OBS Studio by specifying the input name and volume value in either mul (0-20) or dB (-100 to 26) units.

Instructions

Sets the volume setting of an input

Input Schema

NameRequiredDescriptionDefault
inputNameYesName of the input to set the volume of
inputVolumeDbNoVolume setting in dB (-100 to 26)
inputVolumeMulNoVolume setting in mul (0-20)

Input Schema (JSON Schema)

{ "properties": { "inputName": { "description": "Name of the input to set the volume of", "type": "string" }, "inputVolumeDb": { "description": "Volume setting in dB (-100 to 26)", "maximum": 26, "minimum": -100, "type": "number" }, "inputVolumeMul": { "description": "Volume setting in mul (0-20)", "maximum": 20, "minimum": 0, "type": "number" } }, "required": [ "inputName" ], "type": "object" }

Other Tools from OBS MCP Server

Related Tools

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

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