Skip to main content
Glama

redo

Reverse the last undo action in Lightroom Classic to restore previous edits or adjustments.

Instructions

Redo the last undone Lightroom operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The redo function is defined as an MCP tool, which calls the system.redo Lightroom operation.
    async def redo() -> dict[str, Any]:
        """Redo the last undone Lightroom operation."""
        return await _call("system.redo")
  • The redo function is registered as an MCP tool using the @mcp.tool() decorator.
    @mcp.tool()
    async def redo() -> dict[str, Any]:

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