Skip to main content
Glama

record

Start recording audio or MIDI in REAPER DAW to capture musical ideas and performances for music production.

Instructions

Start recording.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • MCP tool handler for 'record'. Registered via @mcp.tool() decorator. Starts recording by invoking ReaperBridge.record().
    @mcp.tool() def record(ctx: Context) -> str: """Start recording.""" bridge = get_bridge() if bridge.record(): return "Recording started" return "Error: OSC command failed"
  • ReaperBridge helper method that sends the OSC '/record' command to REAPER to start recording.
    def record(self) -> bool: """Start recording.""" return self.send_osc("/record")

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