Presentation Buddy MCP Server

by yshk-mrt
MIT License

CreateSource

Adds a new media source to a specified scene in OBS, such as replay footage, images, or text, enabling streamlined content creation for live streams.

Instructions

Creates a new source in a specified scene. 用途: リプレイ映像用の新しいメディアソースを生成

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "sceneName": { "description": "Name of the scene to add the source to.", "type": "string" }, "setVisible": { "description": "Whether the source should be visible after creation (default: true).", "type": "boolean" }, "sourceKind": { "description": "Kind of the source (e.g., 'ffmpeg_source', 'image_source', 'text_gdiplus_v2').", "type": "string" }, "sourceName": { "description": "Name for the new source.", "type": "string" }, "sourceSettings": { "additionalProperties": false, "properties": {}, "type": "object" } }, "required": [ "sceneName", "sourceName", "sourceKind", "sourceSettings", "setVisible" ], "type": "object" } }, "required": [ "params" ], "type": "object" }
ID: 4zxxemzoi5