Skip to main content
Glama

undo

Reverse the last action in REAPER to correct mistakes or restore previous project states.

Instructions

Trigger REAPER's undo. Returns the name of the action that was undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • MCP tool registration and handler for the "undo" tool.
    @mcp.tool()
    def undo() -> dict[str, Any]:
        """Trigger REAPER's undo. Returns the name of the action that was undone."""
        try:
            return _wrap(adapter.undo())
        except Exception as exc:
            return _err(exc)
  • Adapter method that calls the remote client to perform the undo action.
    def undo(self) -> dict[str, Any]:
        return self._client.call("undo")

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/danielkinahan/ReaMCP'

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