Skip to main content
Glama

lightroom_status

Check the operational status, command availability, and connection state of the Lightroom Classic MCP server to verify functionality before executing photo editing tasks.

Instructions

Get plugin status, command count, and socket state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool definition and handler for lightroom_status, which calls the system.status method on the Lightroom plugin via an internal _call function.
    @mcp.tool()
    async def lightroom_status() -> dict[str, Any]:
        """Get plugin status, command count, and socket state."""
        return await _call("system.status")

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