Skip to main content
Glama

OBS MCP Server

by royshil

obs-remove-source-filter

Remove a specific filter from an OBS Studio source to modify its appearance or behavior during live streaming or recording.

Instructions

Removes a filter from a source

Input Schema

NameRequiredDescriptionDefault
filterNameYesName of the filter to remove
sourceNameYesName of the source the filter is on

Input Schema (JSON Schema)

{ "properties": { "filterName": { "description": "Name of the filter to remove", "type": "string" }, "sourceName": { "description": "Name of the source the filter is on", "type": "string" } }, "required": [ "sourceName", "filterName" ], "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