photos_list_album_photos
List the photos in a Proton Photos album by providing its absolute path, returning photo node UIDs for further operations.
Instructions
List the photos in a Proton Photos album. Requires authentication. Returns [{nodeUid}] — photo node UIDs. albumPath must start with /albums/. To add or remove photos, use their Drive path under /photos/ (not the nodeUid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albumPath | Yes | Absolute path of the album. Must start with /albums/. E.g. /albums/Vacation 2024 |