list_collections
Retrieve all collections and collection sets from your Lightroom Classic catalog to organize and manage your photo library efficiently.
Instructions
List all collections and collection sets in the catalog.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The handler for the 'list_collections' tool, which wraps a call to the Lightroom bridge.
async def list_collections() -> dict[str, Any]: """List all collections and collection sets in the catalog.""" return await _call("catalog.list_collections")