list_develop_parameters
Retrieve available photo editing parameters from Lightroom Classic to apply adjustments and automate editing workflows.
Instructions
List develop parameters known by this Lightroom Classic install.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The 'list_develop_parameters' tool handler, which calls 'develop.list_params' through the _call helper.
async def list_develop_parameters() -> dict[str, Any]: """List develop parameters known by this Lightroom Classic install.""" return await _call("develop.list_params")