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
| Name | Required | Description | Default |
|---|---|---|---|
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")