Skip to main content
Glama

OBS MCP Server

by royshil

obs-get-source-filter

Retrieve configuration and settings for a specific filter applied to an OBS Studio source, enabling users to inspect filter properties and parameters.

Instructions

Gets the info for a specific source filter

Input Schema

NameRequiredDescriptionDefault
filterNameYesName of the filter
sourceNameYesName of the source

Input Schema (JSON Schema)

{ "properties": { "filterName": { "description": "Name of the filter", "type": "string" }, "sourceName": { "description": "Name of the source", "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