photos_list_timeline
List all photos in your Proton Photos timeline (full library, not album-scoped). Returns node IDs by default, or full metadata when loadDetails is enabled.
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 [{nodeUid, name, mediaType, creationTime, totalStorageSize, captureTime, tags}] (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. |