Skip to main content
Glama

can_undo

Check if undo or redo operations are available in Lightroom Classic to verify edit reversibility before proceeding with changes.

Instructions

Check if undo/redo operations are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the can_undo tool, which delegates to the system.can_undo function.
    @mcp.tool()
    async def can_undo() -> dict[str, Any]:
        """Check if undo/redo operations are available."""
        return await _call("system.can_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