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
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
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")