Adobe Lightroom · Capability
Adobe Lightroom Photo Management
Unified workflow combining Lightroom cloud services for catalog, asset, and album management with Firefly Services AI-powered editing. Used by photographers and creative developers to manage and enhance photos programmatically.
What You Can Do
GET
Get catalog
— Get the user's catalog.
/v1/catalog
GET
List assets
— List assets in a catalog.
/v1/assets
GET
Get asset
— Get asset details.
/v1/assets/{asset_id}
GET
Get rendition
— Get a rendition.
/v1/assets/{asset_id}/renditions/{rendition_type}
GET
List albums
— List albums.
/v1/albums
GET
List album assets
— List assets in an album.
/v1/albums/{album_id}/assets
POST
Auto tone
— Apply auto tone.
/v1/auto-tone
POST
Auto straighten
— Apply auto straighten.
/v1/auto-straighten
POST
Apply presets
— Apply presets.
/v1/presets
POST
Edit image
— Edit an image.
/v1/edit
MCP Tools
get-catalog
Get the Lightroom catalog.
read-only
list-assets
List photo assets in a catalog.
read-only
get-asset
Get a specific photo asset.
read-only
idempotent
upload-master
Upload an original master file.
get-develop-xmp
Get XMP develop settings.
read-only
get-rendition
Get a rendered version of an asset.
read-only
list-albums
List photo albums.
read-only
get-album
Get a specific album.
read-only
idempotent
create-or-update-album
Create or update an album.
idempotent
delete-album
Delete an album.
list-album-assets
List assets in an album.
read-only
add-assets-to-album
Add assets to an album.
auto-tone
Apply AI auto tone adjustment.
auto-straighten
Apply AI auto straighten.
apply-presets
Apply Lightroom presets to an image.
edit-image
Apply programmatic edits to an image.
APIs Used
lightroom-services
firefly-services