Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
MIT License

SaveReplayBufferAndAdd

Automatically saves the replay buffer and integrates it as a media source into a specified scene, simplifying replay management during live streaming.

Instructions

Saves the replay buffer and adds it as a media source to a scene. 用途: リプレイをすぐにシーンに表示

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "replayFolder": { "description": "Path to the folder where replay files are saved (optional).", "type": "string" }, "sceneName": { "description": "Name of the scene to add the replay to.", "type": "string" }, "sourceName": { "description": "Name for the new media source.", "type": "string" } }, "required": [ "sceneName", "sourceName", "replayFolder" ], "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