Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-input-audio-monitor-type

Configure how an OBS input's audio is monitored by setting the audio monitor type to control whether audio is sent to output, monitoring only, or disabled.

Instructions

Sets the audio monitor type of an input

Input Schema

NameRequiredDescriptionDefault
inputNameYesName of the input to set the audio monitor type of
monitorTypeYesAudio monitor type (OBS_MONITORING_TYPE_NONE, OBS_MONITORING_TYPE_MONITOR_ONLY, OBS_MONITORING_TYPE_MONITOR_AND_OUTPUT)

Input Schema (JSON Schema)

{ "properties": { "inputName": { "description": "Name of the input to set the audio monitor type of", "type": "string" }, "monitorType": { "description": "Audio monitor type (OBS_MONITORING_TYPE_NONE, OBS_MONITORING_TYPE_MONITOR_ONLY, OBS_MONITORING_TYPE_MONITOR_AND_OUTPUT)", "type": "string" } }, "required": [ "inputName", "monitorType" ], "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