Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetMediaTime

Set the playback time of a media source in milliseconds to jump to specific scenes or define replay start points using OBS WebSocket commands.

Instructions

Sets the current playback time of a media source. 用途: 特定シーンへのジャンプ、リプレイの開始位置設定

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "mediaTime": { "description": "Playback time in milliseconds.", "type": "number" }, "sourceName": { "description": "Name of the media source.", "type": "string" } }, "required": [ "sourceName", "mediaTime" ], "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