Skip to main content
Glama

list_develop_param_ranges

Retrieve numeric value ranges for Lightroom Classic develop parameters to ensure accurate editing adjustments and prevent invalid settings.

Instructions

Get numeric ranges for known develop parameters (where available).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parametersNo

Implementation Reference

  • The 'list_develop_param_ranges' tool handler, which fetches ranges for Lightroom develop parameters.
    async def list_develop_param_ranges(parameters: list[str] | None = None) -> dict[str, Any]:
        """Get numeric ranges for known develop parameters (where available)."""
        payload: dict[str, Any] = {}
        if parameters:
            payload["parameters"] = [str(p) for p in parameters if str(p)]
        return await _call("develop.list_param_ranges", payload)

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