Skip to main content
Glama

get_develop_param_range

Retrieve the adjustable slider range for any development parameter in Lightroom Classic to ensure edits stay within valid limits.

Instructions

Get slider range for a develop parameter (when Lightroom can report it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parameterYes

Implementation Reference

  • The handler function for the `get_develop_param_range` tool.
    async def get_develop_param_range(parameter: str) -> dict[str, Any]:
        """Get slider range for a develop parameter (when Lightroom can report it)."""
        if not parameter:
            raise ValueError("parameter is required")
        return await _call("develop.get_param_range", {"parameter": parameter})
  • MCP tool registration for `get_develop_param_range`.
    @mcp.tool()

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