Skip to main content
Glama

toggle_mask_overlay

Control mask overlay visibility in Lightroom Classic to manage editing adjustments and refine photo selections during professional workflows.

Instructions

Toggle the mask overlay visualization on/off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function `toggle_mask_overlay` which calls the underlying `masks.toggle_overlay` command.
    async def toggle_mask_overlay() -> dict[str, Any]:
        """Toggle the mask overlay visualization on/off."""
        return await _call("masks.toggle_overlay")
  • The `@mcp.tool()` decorator used to register the `toggle_mask_overlay` function as an MCP tool.
    @mcp.tool()
    async def toggle_mask_overlay() -> dict[str, Any]:
        """Toggle the mask overlay visualization on/off."""
        return await _call("masks.toggle_overlay")

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