list_lightroom_presets
Browse and retrieve all available develop presets in Lightroom Classic, including both built-in options and custom user-created presets.
Instructions
List Lightroom's built-in and user-created develop presets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The tool list_lightroom_presets is defined here, decorated with @mcp.tool(), and calls the underlying bridge command 'develop.list_lr_presets'.
@mcp.tool() async def list_lightroom_presets() -> dict[str, Any]: """List Lightroom's built-in and user-created develop presets.""" return await _call("develop.list_lr_presets")