Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-source-filter-index

Change the order of filters applied to an OBS source by setting a specific filter's position in the stack, which controls the sequence of visual effects processing.

Instructions

Sets the index position of a filter on a source

Input Schema

NameRequiredDescriptionDefault
filterIndexYesNew index position of the filter
filterNameYesName of the filter
sourceNameYesName of the source the filter is on

Input Schema (JSON Schema)

{ "properties": { "filterIndex": { "description": "New index position of the filter", "minimum": 0, "type": "number" }, "filterName": { "description": "Name of the filter", "type": "string" }, "sourceName": { "description": "Name of the source the filter is on", "type": "string" } }, "required": [ "sourceName", "filterName", "filterIndex" ], "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