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
| Name | Required | Description | Default |
|---|---|---|---|
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")