Skip to main content
Glama

get_local_adjustment_settings

Retrieve local adjustment settings for the active mask in Lightroom Classic, including exposure, contrast, and highlights parameters.

Instructions

Read local_* adjustment parameters on the currently active mask.

Returns values for local_Exposure, local_Contrast, local_Highlights, etc. A mask must be active (selected) first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the get_local_adjustment_settings tool, which calls masks.get_local_settings via an internal _call helper.
    @mcp.tool()
    async def get_local_adjustment_settings() -> dict[str, Any]:
        """Read local_* adjustment parameters on the currently active mask.
    
        Returns values for local_Exposure, local_Contrast, local_Highlights, etc.
        A mask must be active (selected) first.
        """
        return await _call("masks.get_local_settings")

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