Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
MIT License

PlayPauseMedia

Control media playback (play, pause, stop, restart) for video clips or audio using the Presentation Buddy MCP Server. Manage media sources directly through automated commands.

Instructions

Controls playback of a media source (play, pause, stop, restart). 用途: 動画クリップやオーディオの再生制御

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "mediaAction": { "enum": [ "PLAY", "PAUSE", "RESTART", "STOP", "NEXT", "PREVIOUS" ], "type": "string" }, "sourceName": { "description": "Name of the media source.", "type": "string" } }, "required": [ "sourceName", "mediaAction" ], "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