Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-source-filter-settings

Configure filter settings for OBS Studio sources to adjust visual or audio effects during live streaming or recording sessions.

Instructions

Sets the settings of a source filter

Input Schema

NameRequiredDescriptionDefault
filterNameYesName of the filter to set the settings of
filterSettingsYesObject of settings to apply
overlayNoTrue to apply settings on top of existing ones, False to reset to defaults first
sourceNameYesName of the source the filter is on

Input Schema (JSON Schema)

{ "properties": { "filterName": { "description": "Name of the filter to set the settings of", "type": "string" }, "filterSettings": { "additionalProperties": {}, "description": "Object of settings to apply", "type": "object" }, "overlay": { "description": "True to apply settings on top of existing ones, False to reset to defaults first", "type": "boolean" }, "sourceName": { "description": "Name of the source the filter is on", "type": "string" } }, "required": [ "sourceName", "filterName", "filterSettings" ], "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