Skip to main content
Glama

stop_playback

Stop playing the Ableton Live session to pause music production or editing work. This command halts playback through the MCP server interface.

Instructions

Stop playing the Ableton session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool handler for 'stop_playback' that calls the remote script command.
    @mcp.tool()
    def stop_playback(ctx: Context) -> str:
        """Stop playing the Ableton session."""
        try:
            _run("stop_playback")
            return "Stopped playback"
  • The actual implementation of the stop playback logic within the Ableton Remote Script.
    def _stop_playback(self):
        """Stop playing the session"""
        try:
            self._song.stop_playing()

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/FreeRiverHouse/ableton-flow'

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