Skip to main content
Glama

select_mask

Select an existing mask in Lightroom Classic by its numeric ID to apply targeted adjustments to specific areas of a photo.

Instructions

Select an existing mask by its numeric ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mask_idYes

Implementation Reference

  • The 'select_mask' tool handler, registered with @mcp.tool(), which selects an existing mask by its numeric ID.
    @mcp.tool()
    async def select_mask(mask_id: int) -> dict[str, Any]:
        """Select an existing mask by its numeric ID."""
        return await _call("masks.select_mask", {"mask_id": mask_id})

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