Skip to main content
Glama

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
NameRequiredDescriptionDefault

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")

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