Skip to main content
Glama
yshk-mrt
by yshk-mrt

TriggerStudioModeTransition

Switch from Preview to Program in Studio Mode to manage scene transitions during live streaming or recording sessions.

Instructions

Triggers the transition from Preview to Program in Studio Mode. 用途: シーンの準備と切り替えをスムーズに行う

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Implementation Reference

  • The handler implementation for the 'TriggerStudioModeTransition' MCP tool. It logs the execution, sends an OBS WebSocket request named 'TriggerStudioModeTransition' with empty parameters via sendToObs, and returns success or error structured content.
    case "TriggerStudioModeTransition": console.log(`Executing TriggerStudioModeTransition`); try { await sendToObs("TriggerStudioModeTransition", {}, context, action.name); return { structuredContent: { success: true } }; } catch (e: any) { console.error(`Error in TriggerStudioModeTransition for OBS:`, e.message); return { structuredContent: { success: false, error: e.message } }; }

Latest Blog Posts

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