Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetShaderFilter

Adjust shader filter parameters in real-time for visual effects on OBS sources. Specify source and filter names, input GLSL code, and configure shader settings efficiently.

Instructions

Sets parameters for a shader filter on a source. 用途: シェーダーエフェクトをリアルタイムで変更する

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "filterName": { "description": "Name of the shader filter.", "type": "string" }, "shaderCode": { "description": "GLSL shader code to set (optional).", "type": "string" }, "shaderParameters": { "additionalProperties": false, "properties": {}, "type": "object" }, "sourceName": { "description": "Name of the source with the shader filter.", "type": "string" } }, "required": [ "sourceName", "filterName", "shaderCode", "shaderParameters" ], "type": "object" } }, "required": [ "params" ], "type": "object" }
ID: 4zxxemzoi5