Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetTransitionSettings

Customize scene transition effects by setting the type (e.g., Fade, Cut, Slide) and duration in milliseconds for automated streaming production.

Instructions

Sets the current scene transition type and duration. 用途: シーン切り替え時のエフェクトをカスタマイズ

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "transitionDuration": { "description": "Duration of the transition in milliseconds.", "type": "number" }, "transitionName": { "description": "Name of the transition to set (e.g., 'Fade', 'Cut', 'Slide').", "type": "string" } }, "required": [ "transitionName", "transitionDuration" ], "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