Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-source-filter-name

Rename a filter on an OBS Studio source to organize and identify filters more clearly during live streaming or recording sessions.

Instructions

Sets the name of a source filter (rename)

Input Schema

NameRequiredDescriptionDefault
filterNameYesCurrent name of the filter
newFilterNameYesNew name for the filter
sourceNameYesName of the source the filter is on

Input Schema (JSON Schema)

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