Skip to main content
Glama

lightroom_ping

Verify Lightroom Classic connectivity and plugin health to ensure reliable communication between AI agents and the photo editing software.

Instructions

Verify Lightroom bridge connectivity and plugin health.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The lightroom_ping tool is implemented as an async function decorated with @mcp.tool(), which calls the underlying system.ping method.
    @mcp.tool()
    async def lightroom_ping() -> dict[str, Any]:
        """Verify Lightroom bridge connectivity and plugin health."""
        return await _call("system.ping")

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