Skip to main content
Glama

list_local_params

Retrieve available local adjustment parameters for masks in Lightroom Classic to apply targeted edits to specific image areas.

Instructions

List available local_* adjustment parameters for masks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool `list_local_params` is registered as an MCP tool and delegates the call to `_call("masks.list_local_params")`.
    @mcp.tool()
    async def list_local_params() -> dict[str, Any]:
        """List available local_* adjustment parameters for masks."""
        return await _call("masks.list_local_params")

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