photos_list_timeline
List all photos from your Proton Photos timeline, returning node IDs for each item. Enable loadDetails to include full metadata for downloading or organizing into albums.
Instructions
List photos in your Proton Photos timeline (your full photo library, not scoped to an album). Requires authentication. Returns [{nodeUid}] by default — pass loadDetails=true for full node metadata (slower; buffers the whole list in memory first). Use photos_download to download items by path, or photos_add_to_album to add them to an album.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loadDetails | No | If true, fetch full node metadata for each photo instead of just its nodeUid. Default false. |