Skip to main content
Glama

undo

Reverse the most recent edit in Lightroom Classic to correct mistakes or test adjustments.

Instructions

Undo the last Lightroom operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool named 'undo' is registered as an MCP tool and delegates the request to the Lightroom plugin via `_call("system.undo")`.
    async def undo() -> dict[str, Any]:
        """Undo the last Lightroom operation."""
        return await _call("system.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/4xiomdev/lightroom-classic-mcp'

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