Skip to main content
Glama

auto_white_balance

Automatically adjust white balance for selected photos in Lightroom Classic to correct color temperature and improve image accuracy.

Instructions

Set white balance to Auto for selected photos or local_ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
local_idsNo

Implementation Reference

  • The implementation of the auto_white_balance tool handler.
    @mcp.tool()
    async def auto_white_balance(local_ids: list[int] | None = None) -> dict[str, Any]:
        """Set white balance to Auto for selected photos or local_ids."""
        ids = validate_local_ids(local_ids)
        payload = {"local_ids": ids} if ids else {}
        return await _call("develop.auto_white_balance", 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