Skip to main content
Glama

play

Start playback in REAPER DAW to control music composition and transport functions through AI-powered integration.

Instructions

Start playback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • MCP tool handler for the 'play' tool. Calls the ReaperBridge.play() method to start playback in REAPER and returns success or error message.
    @mcp.tool() def play(ctx: Context) -> str: """Start playback.""" bridge = get_bridge() if bridge.play(): return "Playback started" return "Error: OSC command failed"
  • ReaperBridge helper method that sends the OSC '/play' command to REAPER to start playback.
    def play(self) -> bool: """Start playback.""" return self.send_osc("/play")

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/yura9011/scythe_mcp_reaper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server