Skip to main content
Glama

select_mask_tool

Choose a masking tool in Lightroom Classic to apply localized adjustments: brush, graduated filter, radial filter, or range mask.

Instructions

Select a mask tool: brush, graduated-filter, radial-filter, or range-mask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes

Implementation Reference

  • The `select_mask_tool` function is defined as an MCP tool, which calls the bridge command 'masks.select_tool'.
    @mcp.tool()
    async def select_mask_tool(tool: str) -> dict[str, Any]:
        """Select a mask tool: brush, graduated-filter, radial-filter, or range-mask."""
        if not tool:
            raise ValueError("tool is required")
        return await _call("masks.select_tool", {"tool": 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