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