Skip to main content
Glama

find_photo_by_path

Locate a specific photo in your Lightroom Classic catalog using its absolute file path to access and manage images directly.

Instructions

Find one Lightroom catalog photo by absolute file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Implementation Reference

  • The handler for the find_photo_by_path tool, which calls the underlying catalog API.
    @mcp.tool()
    async def find_photo_by_path(path: str) -> dict[str, Any]:
        """Find one Lightroom catalog photo by absolute file path."""
        if not path:
            raise ValueError("path is required")
        return await _call("catalog.find_photo_by_path", {"path": path})

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