Skip to main content
Glama

set_lens_blur_bokeh

Adjust the bokeh shape in lens blur effects to customize background blur aesthetics in Lightroom Classic photo edits.

Instructions

Set the lens blur bokeh shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bokehYes

Implementation Reference

  • The implementation of the `set_lens_blur_bokeh` MCP tool in `server.py`. It registers the tool with the `@mcp.tool()` decorator and calls the underlying `develop.set_lens_blur_bokeh` bridge command.
    @mcp.tool()
    async def set_lens_blur_bokeh(bokeh: str) -> dict[str, Any]:
        """Set the lens blur bokeh shape."""
        if not bokeh:
            raise ValueError("bokeh shape is required")
        return await _call("develop.set_lens_blur_bokeh", {"bokeh": bokeh})

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