photos_add_to_album
Add an existing photo from your Proton Photos library to an album by specifying the album path and photo path.
Instructions
Add a photo from your Proton Photos library to an album. Requires authentication. albumPath must start with /albums/; photoPath must start with /photos/. The photo must already exist in your library — this does not upload new photos. Use photos_list_albums to find album paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albumPath | Yes | Absolute path of the album. Must start with /albums/. E.g. /albums/Vacation 2024 | |
| photoPath | Yes | Absolute path of the photo in your library. Must start with /photos/. E.g. /photos/IMG_001.jpg |