Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetSourceVisibility

Control source visibility in OBS by specifying the scene, source name, and desired visibility state using this tool, streamlining scene management for automated streaming setups.

Instructions

Sets the visibility of a source in a specific scene.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "scene": { "description": "Name of the scene containing the source.", "type": "string" }, "source": { "description": "Name of the source.", "type": "string" }, "visible": { "description": "True to make visible, false to hide.", "type": "boolean" } }, "required": [ "scene", "source", "visible" ], "type": "object" } }, "required": [ "params" ], "type": "object" }

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/yshk-mrt/obs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server